Counting Nested If Statements
Can anyone tell me how to count nested if statements in a formula via VBA.
That is I want to be able to go into a cell and assess that the formula below
has three IF stmts
=IF(XXXXXXX,IF(XXXXXXX, IF(XXXXXX)))
This may be a Regular Expression question.
Thanks
|