Best Of
Re: Introducing the newest Community Champions! π [January 2025]
wowwowowow that is some seriously amazing artwork and Smartsheet creativity @Protonsponge - certainly got some amazing tricks to learn from you there π

Re: countifs for three separate things
That works thanks you very much, I tried so many different thing and something as simple as forgetting to take the 1 out!

Re: COUNTIF formula between date range
Should that last one be greater than or equal to 2001 instead of less than or equal to?

Re: COUNTIF formula between date range
I didn't even notice that error. I fixed it, my bad! Silly mistake. Thanks for pointing it out, Paul! π

Re: #INVALID VALUE with date formula
Try these insteadβ¦
QC (also accounts for going into the next year):
=IFERROR(DATE(YEAR([Date Initiated]@row), MONTH([Date Initiated]@row) + 1, DAY([Date Initiated]@row)), DATE(YEAR([Date Initiated]@row) + 1, 1, DAY([Date Initiated]@row)))
QA:
=[Date Due (QC Conclusion)]@row + 15

Re: Introducing the newest Community Champions! π [January 2025]
Aww, congratulations Champions! Let those feelings of excitement truly sink in⦠you deserve this! Welcome to the club!

Re: Conditional Formatting on Multiple Sheets
Hello @Lisa McMunn
Try this:
- Create a helper column (for example checkbox "Training Done" column) on your Associate Information Sheet
- Add this formula:
- =IF(HAS({Badge # Column in Training Tracker Sheet},[Badge #]@row),1,0)
This will check a row where the Badge # in the Associate Information sheet is found in the Training Tracker. Just make sure to change the correct references in the formula.

Re: syncing data between two sheets
Wonderful! I'm glad we were able to get there in the end. π
