aUTO nUMBERING

  • Thread starter Thread starter Udayan
  • Start date Start date
U

Udayan

Help me please.

Is there any way to automatically number in column A only if there is any
data in column B.


SL Item
-----------------------
1 have data
no data
2 have data
3 have data
4 have data
no data
5 have data
 
In A1 enter:
1
In A2 enter:
=IF(B2="","",MAX($A$1:A1)+1) and copy down
 

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