Formula - Use last value above 0

F

Frank Kabel

Hi
if I understood you want to create a formula which does the following:
=IF(B14<1,,A14+B14-last_entry in col B)

Try the following
=IF(B14<1,,A14+B14-VLOOKUP(7E30,$B$3:$B13,1))
 
Top