lyonstl03
New Member
- Joined
- Jun 12, 2020
- Messages
- 13
- Office Version
- 365
- 2016
- 2010
- Platform
- Windows
- MacOS
- Mobile
- Web
I'm trying to get a nested IF function to work, but it's saying I have too many arguments.
H I
=IFERROR(SUM(F46/E46), "N/A") ----- This is my Formula in H
=IF(H48<0.95, "FAIL", "PASS") ------ This is my Formula in I
Why does =IF(H48<0.95, "FAIL", "PASS",IF(H48="N/A", "N/A", "N/A")) not work?
Thanks!
H I
=IFERROR(SUM(F46/E46), "N/A") ----- This is my Formula in H
=IF(H48<0.95, "FAIL", "PASS") ------ This is my Formula in I
Why does =IF(H48<0.95, "FAIL", "PASS",IF(H48="N/A", "N/A", "N/A")) not work?
Thanks!