djl0525
Well-known Member
- Joined
- Dec 11, 2004
- Messages
- 1,240
I have a formula in D2. It works fine. I'm about to copy it down the column and I only want it to evaluate if E2 is not blank.
I need help prefacing the statement with "if E2 is not blank". I think it's something like IF(E2<>""... and that's where I'm stuck.
Can you edit this IF statement for me please?
=IF(COUNTIF(Accounts!B:B,E2)=0,"Account Not Found",COUNTIF(Accounts!B:B,E2))
Thanks - DJ
I need help prefacing the statement with "if E2 is not blank". I think it's something like IF(E2<>""... and that's where I'm stuck.
Can you edit this IF statement for me please?
=IF(COUNTIF(Accounts!B:B,E2)=0,"Account Not Found",COUNTIF(Accounts!B:B,E2))
Thanks - DJ