sdohertyccb
Board Regular
- Joined
- Feb 15, 2005
- Messages
- 91
Is there a way to pick the first non zero number in a list? The data is in a dynamic range that is updated each time a program is run, and I need to find the first non zero number in the list. Also, the data cannot be sorted to use the MATCH function as the numbers are specific to a date that is used for several sets of data. For example:
Is there a formula that will give me the first non zero number for Set1?
Any help you can give me would be greatly appreciated.
Thanks in advance for looking at this for me.
Code:
Date Set1 Set2 Set3
3/31/2006 0 0 0
4/30/2006 0 250 0
5/31/2006 350 200 120
6/30/2006 200 300 90
Any help you can give me would be greatly appreciated.
Thanks in advance for looking at this for me.