Performing Calculations if Cell = ""
Hello Community,
I have a question on what the optimal solution is to a calculation I would like to perform.
Here is what's there:
In one column I have job title - based on if that cell = "[title X,Y...]" then I'd like to perform a calculation based on four other columns that have calculated values in them - but the weight of those calculations will change based on what position is listed.
For instance,
If they are Title X, then AVG(all scores), if they are Title Y, then AVG(scores 1-3)+(score 4 * 2)
Please let me know if this is possible or if I should go another route!
Thank you
Comments
-
Very possible. It could be rather drawn out depending on how many titles you have though.
=IF(Title@row = "X", AVG(Score1:Score4), IF(Title@row = "Y", AVG(Score1:Score3, Score4*2)))
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives