Excel: How to automatically update sum formula when a column is added while...
I am currently having a problem in Excel.I am trying to find a sum of yearly cost, and this excel sheet will be updated as the month goes on.The problem is, I could easily sum the yearly cost using the...
View ArticleHow to easily take a column of data in excel and turn it into a list in which...
Basically, I want a way to take a column of values, numerical or strings, in Excel, like this:Val1BigVal2SmallVal3MediumVal6And turn it into...
View ArticleIs there function that compares two ranges and returns the number of cells...
I have two ranges and I want to count how many values have changed between them. I am trying to find a function that compares the two ranges and returns the number of cells that change. I know I could...
View ArticleFormula to return employee codes from a lookup table of names and codes
In Excel, I have five employees each with a unique emploee code.In column A I have hundreds of rows of these employee names and I want to return each name's corresponding code in column B.In columns D...
View ArticleFormula to return row pairs of data based on number in second row
In Excel, I have two rows of data.In each column,Row 1 contains a letter of the alphabet.Row 2 contains a number associated with the letter above it.How do I return the values from only those columns...
View ArticleMedian calculation of IFS function returns #VALUE! error
I need to calculate the median number of construction days for multiple projects across multiple markets and based on whether the project is completed or not.ExamplesROW A = MarketsROW B = Days in...
View ArticleWhat is the Excel formula to filter these three lists?
What I am trying to accomplish:Source Data:ABCDEFGHIJKLMList A3000140090017006List B171300122221080007List C3100542100000041Output:List ADGM1496List BBEIM131287List CDF51How would I filter my three...
View ArticleHow do I pull data into a new list separated by commas
What is a formula to pull the States of overlap in a list separated by commas like in this example?iXcg.png
View ArticleIs there simpler than OFFSET in Excel to get a cell range?
Let's say you want a range of cells beginning at D3, of height given in cell A1 and width 2, then:=OFFSET(D3, 0, 0, A1, 2)works.Is there something even simpler than OFFSET, like RANGE(D3, A1, 2)?
View ArticleExcel find list of non blank cell address
Right now I wanted to collect all those non blank cell on B1:B7. I'm able to do that with={IFERROR(INDEX($B$1:$B$7,SMALL(IF($B$1:$B$7<>"",ROW($$B$1:$B$7)),ROW(1:1))),"")}The result is in column...
View Articlematching names from one Excel Spreadsheet to another
I have two separate spreadsheets, both with several hundreds of employees names. My task at the moment is to go through one of the spreadsheets to see if any employees are matching on both, which will...
View Articleregex to find non-price consecutive digits not immediately after certain word...
0How to find invoice number from different companies which may have different order of invoice number, unit cost and total cost?Following is specific example of a company XYZ which I need to get...
View ArticleAdd total of Numbers from Multiple Sheets
I have 2 workbooks. One that one employee will use and one that another will use. On Workbook "A" they are scanning and logging when cars are brought into our garage. THey log the Car Number, The...
View ArticleHow to modify these VBA codes to save excel sheet in excel format (.xlsx)?
I have added a button in excel sheet and now when I click that button it saves the sheet at specific path with specific name but in pdf format. I want to save this sheet simply in excel format (.xlsx)....
View ArticleTrying to make a forumla that factors in changing dates and values
I am not formula savvy at all. I am trying to set up a formula that will look at a total value of completed items and certain dates. For example by Sep 23, 2024 I have to have 20 completed items done....
View ArticleXLOOKUP Function Disappeared
I have been using xlookup for several months across several files just fine but today it stopped working across all Excel files. I invested a lot of effort moving from vlookup to xlookup and now it's...
View ArticleExcel keyboard shortcut to edit formula in formula bar
When I press F2 in a cell I can edit it inside the cell. However often it's just more convenient to make the edit in the formula bar.I can switch to formula bar by mouse, just wondering whether there...
View ArticleHow to keep random numbers from changing in Excel?
I am trying to generate a set list of random numbers between 1 and 5 using the RANDBETWEEN formula. I'm running into a problem that every time I click another cell anywhere in the sheet or even open...
View ArticleCount working days between dates
I am seeking a formula that can calculate the number of weekdays between two specified dates, or if the end date is not provided, calculate the number of weekdays from the start date to the current...
View ArticleGoogle sheet ROI formula not working [migrated]
My google sheet formula isn't working as intended.In order to calculate the ROI of an event im making I use different stats and make a big calculation of points at the ROI collumn [![Presentation of...
View Article