How can I make a volatile Excel formula static, specifically a formula...
I have a task log that I created at work to prioritize my daily to-do's. In one column I've added a formula to automatically calculate Covey's quadrant numbers based on whether or not I've assigned a...
View ArticleExcel 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 ArticleExcel 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 ArticleHow 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 ArticleIncrement 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 ArticleExcel 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 ArticleIf 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 ArticleHide 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 ArticleHow 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 ArticleExcel 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 ArticleLookup 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 ArticleNeed one cell to roundup until a different cell reaches a specific value...
FormulasI need to have B92 start at the value in B91 and round up until B99 reaches a value of 1.00% or as close to 1.00% as 2 decimal places will get without going over.
View ArticleDense rank tweak?
After trying out Scott Craner's solution to the dense rank problem (ranking without skipping any ranks) I found it still skipped ranks on the test data I used, just differently. The more common...
View ArticleHow 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 ArticleUse 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 ArticleChanging 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 ArticleChanging 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 ArticleHow 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 ArticleHow 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 ArticleExcel: 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