Quantcast
Channel: Active questions tagged worksheet-function - Super User
Browsing latest articles
Browse All 932 View Live
↧

How would I find every consecutive combination of values in excel?

Suppose I have a list of values like so:123456I want to find every combination that involves consecutive members of this list, for e.g.:(// every combination of one element1, 2, 3, 4, 5, 6,// every...

View Article


Excel and dates being returned in number format when the Previous Formula...

=TEXTJOIN(",",TRUE,IF($D$2:$I$87=M2,$A$2:$A$87,"")) The information being pulled is Dates,unfortunately it keeps pulling the dates as Numbers ,I have tried the Text and "dd/mm/yyyy" but im not sure...

View Article


Excel way to switch a referenced sheet to another

I have an Excel file with a list of tasks in one sheet (called "Tasks") and something else in another sheet (called "Results") that references the Taskse.g. in "Results" some references like...

View Article

How do I remove the leading digit in a formula?

I am combining three cellsof a formatted table into one and I am using the following:=[@CIVCC]&"-"&[@POSCO]&"-"&[@GRADE]CIVCCPOSCOGRADEResultGS0030114GS-00301-14WG0080809WG-00808-09I...

View Article

Image may be NSFW.
Clik here to view.

Increment Number within a Concatenated String based on conditional if

I am trying to Increment a Number based on a conditional IF in another column. In Column A I have a =Concatenate("ABC","_",D2).I am looking to fill down a formula that will basically be an...

View Article


Excel formula to lookup row number

I have the following columns on a spreadsheet1 ITEM LOCATION EXISTS?2 apple 3 3 banana 6 TRUE4 fish 9 5 dog 6 cherry TRUE7 goat 8 horse 9 chicken TRUEThe LOCATION column is a list of row numbers...

View Article

If a cell contains a certain text/texts then today's date

If A1 contains accepted or rejected or goodwill then A2 = today's date.I have tried to use IF function but I can not combine that the cell can contain 3 different words to search to get today's date.

View Article

Hide sheets in shared excel workbook.

I have a shared workbook on which I have hidden some of the worksheets prior to saving.I have closed the workbook. If another user opens the workbook the worksheets I had hidden are visible. If I open...

View Article


How can I combine two formulas into one cell?

I have a spreadsheet calculating hours worked a month by rate of hourly pay:=SUM (R3:R37) in one cell calculating hours=SUM (R38*7.83) to calculate total monthly pay in a different cell.What I would...

View Article


Excel parent child hierarchy

I have some data and I need to create a hierarchy of data.prdCode is the child and the ID;prdParent shows the parent of the data;prdLevel show what level the data must be at. 0 is the top.I need the...

View Article

Lookup multiple results for multiple criteria

I've got a list of parent SKUs for items I need to create in my inventory system. This list has been finely paired down to the 165 products we would like to carry. However, each one of these 165 SKUs...

View Article

How do you make a dynamic link to another workbook?

I have numerous workbooks titled in the format "Year Detailed", e.g. "2000 Detailed.xlsx", "2001 Detailed.xlsx", ... "2018 Detailed.xlsx".I am trying to make a summary sheet in another workbook,...

View Article

Use FILTER function to "Include" match against an Array and not one value if...

I'm currently trying to filter some data. I have two sheets, one with the users name, e-mail and their function within the company and another with the same e-mail and then which mailboxes they have...

View Article


Image may be NSFW.
Clik here to view.

Changing Cell Color based on Multiple Cells

I would like to know how I can set the Cell A to auto change color to red if 3 out of 4 cells (B through E) have a "Y" value.Screenshot provided for reference

View Article

Changing cell values based on another cell

Lets say that I have 3 parameters/cells:High (Cell A1)Medium (Cell A2)Low (Cell A3)the fixed values for these cells are 2, 2 ,2 how can I change the value of cellA1 based on the changes of cellA2, or...

View Article


How to have a cell calculate only once

I have cell N29 calculating some values based on streaming data. Once a condition is met in cell Q29, the calculation or final value should be passed to cell O29 and no longer calculate in either...

View Article

How can I remove spaces between only certain numbers in Excel text cells...

I have an Excel spreadsheet containing an Internet Archive text file. This Internet Archive text file is a conversion of a scan of a nineteenth century catalogue of early modern wills.The scan...

View Article


Image may be NSFW.
Clik here to view.

Excel: How to increase a cell reference's row index in a formula?

In my sheet I have a few cells containing different cell references with the same row index.Now I want to reference these few cells but add a fixed row offset to it:So the desired result to have in...

View Article

How can I pull specific rows in Excel into a new spreadsheet

I have several spreadsheets containing data I need to analyse. I have a randomized list of numbers that dictate which rows in each spreadsheet I need to code for my data sample. Is there a formula I...

View Article

Image may be NSFW.
Clik here to view.

How can I write an Excel formula that performs multiple xlookup passes where...

I have two Excel tables named FacilityLoss and MappingTable. The FacilityLoss table has two columns, FiberNum and Loss. FiberNum has rows with values 1-30, and Loss contains recorded fiber loss values...

View Article

Why is my custom formula not updating?

I'm using Excel on the Mac and I've checked in settings and automatically calculate is turned on.I followed this guide to create the following custom function which counts the number of cells of a...

View Article


Date and Time stamp when Excel worksheet when accessed or changes made

After doing some research I haven't found that an answer to my question. I work with several Excel worksheets with a bunch of different users. What exact formula would you use to timestamp any changes,...

View Article


Image may be NSFW.
Clik here to view.

How to use if statement to merge cells depending on selected value

I am a photographer and I want to create a weekly time sheet for my photo shoot bookings. Some sessions are 1 hour long, some are 2 hours, 4 hours... etc. So I created a table and a dropdown list...

View Article

Distribution in Excel using rounding

I have a bag of 15 cookies of 100 calories each. The members in my family are to be distributed cookies based on a recommended calorie allocation. These values are:PersonCalorie...

View Article

Get the row and column for a cell in a named range?

Given a cell that exists in a named range, what's the cleanest way to get the row and column numbers for that cell inside the named range? In other words, I want the row and column number relative to...

View Article


Excel formula to get a result in one cell by using inputs in two different...

I have a spreadsheet where in cell C2 the user chooses from 14 different options. In cell C13 the user again chooses from 3 different options. In cell D13 I want a score to appear that is the result of...

View Article

How do I use an array as a condition in a SUMIFS formula?

Here's my formula:=SUMIFS('February 16 Data Table'!$AD:$AD,'February 16 Data Table'!$AI:$AI,"N",'February 16 Data Table'!$AJ:$AJ,"N",'February 16 Data Table'!$AK:$AK,"N",'February 16 Data...

View Article

Inline Custom Function Inside Formula

I frequently want to build formulae with multiple checks and sources, especially to check for blanks before I use a cell's value, and I will switch between sources based on checks, resulting in...

View Article

Spreadsheets Formula Check In/CheckOut Autopopulate Data

I am working on a spreadsheet (I am doing it in Numbers since it will easily let me work on the file on my mac, iPhone, iPad and online at icloud.com)... but this is essentially also an excel question...

View Article



Image may be NSFW.
Clik here to view.

Does XLOOKUP in Excel not work with certain special characters?

I have a list of names which I want to compare to another list of names. However, some of the names include some special characters (specifically # and parentheses). I noticed that XLOOKUP does not...

View Article
Browsing latest articles
Browse All 932 View Live