Please Help
I am trying to use this formula- =IF(CONTACTVALUE({Hardware}) = "Andrew Mattos", [Points Bucket]@row - 10, 0)- Basically I want it to search my TR Project sheet for the Hardware column and if it see's Andrew Mattos contact to subtract 10 points from my point bucket column in my data sheet. It keeps coming back Unparseable.
Answers
-
Are you able to provide some screenshots for context?
-
Here is a dummy version. I need it to -10 when it finds the name in the first sheet.
-
What you would need instead is a COUNTIFS that you would then multiply by 10 which would then be subtracted from your starting total.
=[Points Bucket]@row - (COUNTIFS(……………………) * 10)
-
Paul do you consult? email me Sbailey@mtu.edu
-
@Shaun Bailey I do consult and have sent you an email. Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!