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
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!