Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a worksheet with a date column for the week ending date. I want this
to automaticaly enter the date and calculate the row when the date meets today's date. I have the following formula, which works to 1 row below last week's ending date and then it gives #VALUE. =IF(A12+7<TODAY(),A12+7,"") I tried nesting an OR function to test for blank cells but still get the #VALUE. =IF(OR(A12="",A12+7TODAY()),"",A12+7) How can I eliminate this? -- Thanks for your help, Walter |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
clock | Excel Worksheet Functions | |||
how do you ignore blank cells | Excel Discussion (Misc queries) | |||
Eliminate creating list that returns blank cells | Excel Worksheet Functions | |||
COUNT ONLY CELLS THAT AREN'T BLANK | Excel Worksheet Functions | |||
In Exel 2000, stop the blank cells (with formulas) from printing. | Excel Discussion (Misc queries) |