View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pacman2k4 pacman2k4 is offline
external usenet poster
 
Posts: 1
Default numbering items in a column based on a condition

I need a procedural method to number a column for an entire worksheet
based upon a condition.

So, if text exists in column B?, then add a sum to A? cell next to it.

Column A Column B
1 Text
2 Text
No Text
3 Text
4 Text

It has to be smart enough to number all columns in all worksheets.

So, if the last number in Worksheet A was 50, then the next number in
Worksheet B would start at 51.


---
Message posted from http://www.ExcelForum.com/