Hello!
I have a formula--> =C70-((INDIRECT(CHAR(64+COLUMN(D$1))&MATCH("ITEM 1",$C:$C,0)))*36*$B70)-((INDIRECT(CHAR(64+COLUMN(D$1))&MATCH("ITEM 40",$C:$C,0)))*36*$B70)
This works perfectly until I copy it over in the column AA, then I get a cell reference error...The formula in that field reads ---> =Z70-((INDIRECT(CHAR(64+COLUMN(AA$1))&MATCH("ITEM 1",$C:$C,0)))*36*$B70)-((INDIRECT(CHAR(64+COLUMN(AA$1))&MATCH("ITEM 40",$C:$C,0)))*36*$B70)
Is there a way to fix this in my formula OR is it just something that excel cannot handle? This formula essential takes a sales forecast from a particular month in a long list of items, pulls the to item values out for that month and multiplies them by their inner counts and subtracts them from the previous months total.
Thanks!
Bookmarks