Hello
I have this formula entered in a cell
=SUMPRODUCT(($D$4:$BK$4=COLUMN(A$1))*($D34:$BK34))
when i scroll right i get the following formula and so on:
=SUMPRODUCT(($D$4:$BK$4=COLUMN(B$1))*($D34:$BK34))
Column(A$1) renders 1 and Column (B$1) renders 2 and so on
I now introduced column zero and want to scroll left what column function should i use to render zero?
This is what i got when i filled to the left:
=SUMPRODUCT(($D$4:$BK$4=COLUMN(#REF!))*($D34:$BK34))
Many thanks,
Bookmarks