Looking for help with this formula.
=IF(AND(C4="Freeway/Interstate",C2="Major Residential"),"325"),IF(AND(C4="Freeway/Interstate",C2="Commercial"),"132"),IF(AND(C4="Arterial/Collector Street",C2="Major Residential"),"75"),IF(And(C4="Arterial/Collector Street",C2="Commercial"),"50"))
Should translate as:
If C4 = "Freeway/Interstate" AND C2 = "Major Residential" then C9 will be 325
If C4 = "Freeway/Interstate" AND C2 = "Commercial" then C9 will be 132
If C4 = "Arterial/Collector Street" AND C2 = "Major Residential" then C9 = 75
If C4 = "Arterial/Collector Street" AND C2 = "Commercial" then C9 = 50
Thank you,
Answers
-
=IF(AND(C4="Freeway/Interstate",C2="Major Residential"),"325",IF(AND(C4="Freeway/Interstate",C2="Commercial"),"132",IF(AND(C4="Arterial/Collector Street",C2="Major Residential"),"75",IF(And(C4="Arterial/Collector Street",C2="Commercial"),"50"
Some parenthesis issues, namely all the if statements were concluded early except the last one.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!