Possible IF/AND question
Hi team
I have 2 sheets - Detailed Monthly Inspection and Monthly Inspection Score.
I want the Monthly Inspection Score sheet to be able to look at the Detailed Monthly Inspection sheet and return the percentage for each store on a month by month basis, as the inspections are completed.
I think it might need to be an IF/AND equation but I keep getting an 'invalid operation' error. This is the equation I'm using and would like some help on:
=IF(AND({ClinicName} = "Botany Downs Clinic", {Month} = "May"), {Percentage})
If the clinic name is Botany Downs, and the month the inspection was completed is May, return the percentage score.
Any assistance would be appreciated.
Thanks, Sharyn
Answers
-
If you are manually entering each month/name into the formula per cell you could do something simple like.
=SUMIFS({percentage column}, {Month column}, "may",{Name column}, "Botany Downs Clinic", )
-
Thanks Dan but it's not working.
-
If you would like to share a screenshot (with any sensitive data removed) of what you are working with we might be able to figure out what the issue is.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!