Hi, Gurus!
I have a sheet that calculates 2 values based on whether the calculated columns contain an "X" in Row 2:
#Actual formula is: =SUMIF([Week 1]$2:[Week 300]$2, "X", [Week 1]@row:[Week 300]@row) [has "X"]
#Forecast formula is: =SUMIF($[Week 1]$2:$[Week 300]$2, "", $[Week 1]@row:$[Week 300]@row) [no "X"]
I need to convert this to a column formula, but I have to rewrite it to remove the specific row reference since column formulas do not support that. I'm stuck & I'm sure the answer is simple but eluding me at the moment.
In the above screen shot the data in the white rows is physically deleted & replaced weekly. The formulas in light blue must copy down automatically (hence the need for a column formula). Data is week by week total #hours worked. Past weeks are marked with an "X" to reflect actual hours, all others are considered "forecast".
I appreciate any help you can provide!