I have been trying to automate an excel sheet for my old man and have run into some trouble.
At random intervals there will be input numbers the second column, and im trying to figure out how to make the first column divide that number by the amount of blank cells since last entry.
=IF(NOT(ISBLANK(U132)),U132/COUNTBLANK($T$2:T131),T133)
That is the formula i have been trying to use.
Any input would be appriciated.
EDIT: Also thought about using count in collumn 2 but cant figure out how to make it count backwards untill last input.
At random intervals there will be input numbers the second column, and im trying to figure out how to make the first column divide that number by the amount of blank cells since last entry.
25.14 | |
25.14 | 1.00 |
#REF! | |
#REF! | |
#REF! | |
#REF! | |
#REF! | |
#REF! | |
#REF! | |
#REF! | 192.00 |
=IF(NOT(ISBLANK(U132)),U132/COUNTBLANK($T$2:T131),T133)
That is the formula i have been trying to use.
Any input would be appriciated.
EDIT: Also thought about using count in collumn 2 but cant figure out how to make it count backwards untill last input.
Last edited by a moderator: