MrsVodes3965
New Member
- Joined
- Dec 9, 2020
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
=IF(G4=0, IF(C4=0, "None","Review MC"),IF(C4=0, "Review MD claim", IF(C4=G4,"Let system price","Follow"))) works but now I need to add another IF or 2
IF column D = $0.00 and column H = $0.00 then "deny" otherwise complete the above formula. I got it to work partially but it puts in deny when columns D and H are blank(empty field) which is not correct. If blank it should do the above formula. I am in need of a nested IF
If D&H condition is met then "Deny", If D&H are blank or more than $0.00 then do top formula.
IF column D = $0.00 and column H = $0.00 then "deny" otherwise complete the above formula. I got it to work partially but it puts in deny when columns D and H are blank(empty field) which is not correct. If blank it should do the above formula. I am in need of a nested IF
If D&H condition is met then "Deny", If D&H are blank or more than $0.00 then do top formula.