Multiply Different Columns w/ IF(Or
Hi, I am pretty new to formulas and am having trouble merging the two formulas below. I've tried IF and IF(OR and IF(AND, not sure how to do this.
Basically, if there is a green dot, I want to multiply two @rows and if there is a blank I want to multiply two different @rows for the $ amount to be in the RENTAL COST FULL TERM column and convert it into a column formula.
=IF([Team Rental]@row = "green", [Hotel No of Days]@row * [Rental Cost per Day]@row)
=IF([Team Rental]@row = "", [Rental Cost per Day]@row * [Rental No of Days]@row)
Best Answer
-
Give this a try:
=IF([Team Rental]@row = "Green", [Hotel No of Days]@row * [Rental Cost per Day]@row, IF([Team Rental]@row = "", [Rental Cost per Day]@row * [Rental No of Days]@row))
Answers
-
Give this a try:
=IF([Team Rental]@row = "Green", [Hotel No of Days]@row * [Rental Cost per Day]@row, IF([Team Rental]@row = "", [Rental Cost per Day]@row * [Rental No of Days]@row))
-
@Paul Newcome Thank you, that worked! I could have sworn I tried but I guess I was off somewhere.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!