Forum Discussion
Cell-Dependent Formula That Can Skip Cells
- Jan 10, 2018
Hello,
you can insert a column before the first column and between each calendar column. Then the first formula goes into cell B3 and goes like this:
=IF(LEN(B$2)=0,"",IF(MONTH((COLUMNS($A3:B3)/2)+(ROWS(A$3:B3)-1)*7-WDay+FOM)=CMonth,(COLUMNS($A3:B3)/2)+(ROWS(B$3:B3)-1)*7-WDay+FOM,""))
Copy down and across.
The empty cells have the formula, too, but you can overwrite them without destroying anything. Be aware, though, that when the month rolls over, any text that you have manually typed into any cell will still be visible and you will need to clean up the data entries for the new month.
Hello.
Well, I tried the formula just as you said, and nothing appears in any of the boxes. For some reason, the whole array comes out empty.
I tried deleting every other cell and even adding =TODAY in A3 and nothing changes.
Maybe I'm missing something? Your screen shot is exactly what I'm trying to accomplish, so I know I'm close!
Are there any other formulas in your spreadsheet, maybe?
Thanks.
Thanks again for the tip!