COUNTIF from multiple sheets
Hi,
Can someone help me on my below formula please!
Scenario: I have a UATStartdate in multiple sheets and I want to store "Overlap" in my UATOverlap column if UATStartdate clashes with other sheets. I am using below formula in UATOverlap column but getting "UNPARSEABLE" error! Kindly help
=IF(COUNTIF([UAT Start Date]1:[UAT Start Date]14 + COUNTIF({Sheet1}) + COUNTIF({Sheet2}), [UAT Start Date]@row) > 1 "Overlap")
Appreciate any help!
~Chitta
Best Answer
-
I was able to correct and below is the corrected formula which works for me.
=IF(COUNTIFS([UAT Start Date]1:[UAT Start Date]3, [UAT Start Date]@row) + COUNTIFS({Sheet1}, [UAT Start Date]@row) + COUNTIFS({Sheet2}, [UAT Start Date]@row) > 1, "Overlap")
Answers
-
Hi @Chitta
Hope you are fine, if it's possible to share me as an admin on a copy of your sheets (after removing or replacing any sensitive information). This will make it easier for me to provide the appropriate answer to your question.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
I was able to correct and below is the corrected formula which works for me.
=IF(COUNTIFS([UAT Start Date]1:[UAT Start Date]3, [UAT Start Date]@row) + COUNTIFS({Sheet1}, [UAT Start Date]@row) + COUNTIFS({Sheet2}, [UAT Start Date]@row) > 1, "Overlap")
-
Hi @Chitta
Thanks for posting your solution! 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!