Formula for counting bonus

Hi ,
Please find attached screenshot above ..
i would like to create formula to input it in Cloumn [Bonus] to help us to calculate daily bonus for our employee sales as follow ..
(1) if amount in Col [Daily Income] is higher than amount in Col [Target] to calculate the following
Calculate 60% of the difference amount between Daily income and Target .
Example: Date 01/03/2023 the amount in col [Bonus] 4.200$ is 60% of 7.00$ which is difference between 50 and 43.
(2) If amount in Col [Daily Income] is LESS than amount in Col [Target] than not to take any action or count 0.00 as no sales target not reached
Thanks for assistance
Best Answer
-
Try: =IF([Daily Income]@row > Target@row, ([Daily Income]@row - Target@row) * 0.6)
Answers
-
Try: =IF([Daily Income]@row > Target@row, ([Daily Income]@row - Target@row) * 0.6)
-
Many Thanks @Nic Larsen
It works , your assistance made our day :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.4K Get Help
- 465 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 86 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 519 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!