If Formula
=IF([Work Performed Total]@row / [Employee Count]@row * 12 = 0, [Revenue Projection]@row / [Employee Count]@row * 12)
Why is it if the work performed cell is greater than 0 then the answer is blank? I want it to use revenue projection as the normal answer until work performed numbers start getting entered
Answers
-
Good morning!
It looks like your If statement is looking for a value of 0
[Work Performed Total]@row / [Employee Count]@row * 12 = 0
and if that's true it will return the calculation
[Revenue Projection]@row / [Employee Count]@row * 12
Perhaps you intended your condition statement to read >0?
-
the proper structure of the if function is:
if (logical_expression, value_if_true, value_if_false)
I can see you formula you have only one comma so it means that if the condition is false it will be blank.
Hope this helps.
The Real Smartsheet Enthusiast
Is there anything else we can help you with? - book your time!
MASA Consult - Your Aligned Smartsheet Partner
Find us on LinkedIn!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!