Forum Discussion
BBFDSue
Feb 19, 2020Copper Contributor
Nesting IF Function in Excel
I need a little help! I have this formula and it works great! But I need to add another option to it. =IF(C8="Prince George",2300,(IF(D8="Princeton",650,900))) Currently, as you can see if w...
- Feb 19, 2020=IF(C8="Prince George",2300,(IF(OR(D8="James",D8="Princeton"),650,900)))
Jennifer Lefief
Feb 19, 2020Copper Contributor
=IF(C8="Prince George",2300,(IF(OR(D8="James",D8="Princeton"),650,900)))
- Jennifer LefiefFeb 19, 2020Copper Contributor
ha - I didnt even read the 2nd half your question - replace "James" my made up name with "West Kaloma".
- BBFDSueFeb 19, 2020Copper ContributorThank you!! I figured it out with the "james" in there! It works beautifully. Thank you again!