Help Need writing a formula Please
Solved/Closed
Related:
- Help Need writing a formula Please
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Excel grade formula - Guide
- How to write @ in a laptop - Guide
- Number to words in excel formula - Guide
- Credit summation formula - Guide
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 16, 2010 at 03:33 PM
Mar 16, 2010 at 03:33 PM
You needed nested if
generally if is like
=IF(COND, true action, false action)
your need to have if with if and so on
=IF(COND1, true, IF(COND2, true, IF(COND3, true, false)))
like
=IF(a1="RICTFH", "Greenville", IF(a1="RICS7X", "Findlay,...
By the way, you can have upto 7 nested if
generally if is like
=IF(COND, true action, false action)
your need to have if with if and so on
=IF(COND1, true, IF(COND2, true, IF(COND3, true, false)))
like
=IF(a1="RICTFH", "Greenville", IF(a1="RICS7X", "Findlay,...
By the way, you can have upto 7 nested if