reneev
Board Regular
- Joined
- Apr 26, 2017
- Messages
- 53
I have a formula that is currently working: =IF(H3<>"PD 1 HMS W/DIFFERENTIAL","",M3*1.1)
I need to add a second formula that does the same thing, but looks for "PD 2 HMS W/DIFFERENTIAL". I thought I knew how do do it, but keep getting an error that there are too many arguments for this function. What am I doing wrong?
=IF(H3<>"PD 1 HMS W/DIFFERENTIAL","",M3*1.1,IF(H3<>"PD 2 HMS W/DIFFERENTIAL","",M3*1.1))
Basically, I need the formula to calculate if either of those phrases are used.
I need to add a second formula that does the same thing, but looks for "PD 2 HMS W/DIFFERENTIAL". I thought I knew how do do it, but keep getting an error that there are too many arguments for this function. What am I doing wrong?
=IF(H3<>"PD 1 HMS W/DIFFERENTIAL","",M3*1.1,IF(H3<>"PD 2 HMS W/DIFFERENTIAL","",M3*1.1))
Basically, I need the formula to calculate if either of those phrases are used.