Hi,
I have Excel 2010. Regarding the attached spread sheet I need a formula to automatically number the cells in column A as shown. It would need some preferably all conditions, if no '-' and '*' and 'lowercase letters' and 'underlining'.
Last edited by ccpsc; 01-21-2012 at 08:39 PM. Reason: Incorrect spread sheet
You can put this formula in A22, then copy that cell down the column:
=IF($C22<>"", MAX($G$1:$G21)+1, IF(ISNUMBER(SEARCH("Excl", $B22)), MAX($G$1:$G21)+1, ""))
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
Thanks that works fine. When I insert rows in a spread sheet it doesn't insert formulas I have to remember to do it. Is there a setting that will change this?
No, you will have to remember.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks