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))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top