XLEAccessGuru
XLEGuru
- Local time
- Today, 17:30
- Joined
- Nov 17, 2006
- Messages
- 65
Hello all,
I am trying to write a conditional formula that will insert certain text in a cell if one or more of four other cells have a value in them. Below is my formula that's not working. I've tried several variations, none have worked.
If anyone can help, I'd appreciate it.
What I want is the text "Create New" in cell A3 if there is a value in B3 OR F3 OR L3 OR K3.
Current (non-working) Formula:
If anyone can help, I'd appreciate it!!
I am trying to write a conditional formula that will insert certain text in a cell if one or more of four other cells have a value in them. Below is my formula that's not working. I've tried several variations, none have worked.
If anyone can help, I'd appreciate it.
What I want is the text "Create New" in cell A3 if there is a value in B3 OR F3 OR L3 OR K3.
Current (non-working) Formula:
IF(ISBLANK(B3),"",IF(ISBLANK(F3),"",IF(ISBLANK(K3),"",IF(ISBLANK(L3),"","Create New"))))
If anyone can help, I'd appreciate it!!