Sign in to join the conversation:
How do I create a formula to subtract 30 business days from a certain start date?
I was trying to use =WORKDAY ([start date]13, -30) and it's not working. Note: the 13 is the row with the date I'm counting back from.
Thanks for your help!
That formula should work. I just tested it myself. Is the column you are putting the formula in formatted as a Date Column?
That's it! It was a text column - thank you so much!
It does work now but it's counting back calendar days and not work days - any ideas??
Hmm... I'm not sure. I just tested it again, and it was counting "workdays" (Monday - Friday). Putting in a start date of 6/29 gives me a result of 5/18.
Hi all. I'm trying to do something that I'm not sure if it's possible or not. We have a sheet that we are importing where the first column lists areas within our factory. Each column after that has a column name of a date. So 12/15/2025, 12/16/2025, 12/17/2025, etc. In each of the date columns is a target production…
Hello! I have what is probably a simple question my brain is just not comprehending properly. I need to SUMIFS from a sheet that matches some specific criteria but one of the fields I am using against needs to calculate a total if one dropdown field matches ANY ONE of these 3 items that is in it to be chosen… Capitol…
Hello, I have a checkbox column that I would like to be checked when comparing 2 columns. I would like it to be checked if the 2 columns are not equal or if one of the 2 columns has an error. It's important to note that both columns are numbers. My original formula was: =IF([COLUMN A]@row <> [COLUMN B]@row , 1, 0) However,…