Formula - Use last value above 0

  • Thread starter Thread starter dlvgolf
  • Start date Start date
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))
 
Back
Top