R
Rico
I have 47 rows with many gaps between filled cells.
Each week another column is added and some cells in that column will b
filled.
I have this formula in column J
=IF(COUNTIF(K12:IV12,"<>")<1,"",VLOOKUP(INT(lastinrow(K12:IV12)),Averages!$A$10:$V$30,MATCH(I12,Averages!$A$9:$V$9,0),FALSE))
How do I adjust this formula so that it will not return a value if th
lastinrow (or rightmost filled cell) is not in the last column in th
range. That is, the last column that contains filled cells.
The range that is being filled is K3:IV47 and row 2 has the date adde
along the row. The most recent date is the column I want for th
calculation.
I have been trying to get the and function to work but it is eludin
me.
Thanks in anticipation
Each week another column is added and some cells in that column will b
filled.
I have this formula in column J
=IF(COUNTIF(K12:IV12,"<>")<1,"",VLOOKUP(INT(lastinrow(K12:IV12)),Averages!$A$10:$V$30,MATCH(I12,Averages!$A$9:$V$9,0),FALSE))
How do I adjust this formula so that it will not return a value if th
lastinrow (or rightmost filled cell) is not in the last column in th
range. That is, the last column that contains filled cells.
The range that is being filled is K3:IV47 and row 2 has the date adde
along the row. The most recent date is the column I want for th
calculation.
I have been trying to get the and function to work but it is eludin
me.
Thanks in anticipation