Display header rows only if there are additional rows on the same date
I'm building out a production schedule and am looking to create a formula that would help me only display a header row (grey) if there's an associated line item on that same date (white). Ideally, this would hide Saturday 6 April and Sunday 7 April (until/unless we add an item on that date at a later time. Is that possible? Thank you!
Answers
-
Hi @samcotton,
You can create a helper column to identify if the date appears multiple times and use that as the filter in your report. The formula to use is =IF(COUNTIF([Start Date]:[Start Date], [Start Date]@row) > 1, 1, 0)
Your report might look like this
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!