not show value

  • Thread starter Thread starter Louis & Nanci Mart
  • Start date Start date
L

Louis & Nanci Mart

Hi,

I am creating a simple sheet that has repeated formulas in the columns.

Maybe like this: Cell C1 =A1+B1 where B cells are a user input. Cell A2 will
equal Value in C1 and so on.

A B C
1 1 2
2 1 3
3 3
3 3
3 3
3


Is there a way to create incremental values in cells where no value will
show until the B cell has had a value placed in it?

I am trying to avoid a situation where the last value is repeated through
out the columns as in 3 in cells C3:C5.

Thanks,

Louis
 
Hi!

Enter this formula in C1:

=IF(B1="","",A1+B1)

Enter this in A2:

=C1

Copy both down as far a needed.

Biff
 
In C1 enter this formula.

=IF(B1="","",A1+B1) drag/copy down

In A2 enter =C1 drag/copy down.

A1 will need manual input of a number to start.


Gord Dibben Excel MVP
 

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

Back
Top