Matching Daily Attendance to a Master List of Badge Numbers
Hello,
I am attempting to convert a Conditional Formatting formula from Excel into a smartsheet by using a Helper column.
If a badge is scanned, I want the number to populate in a "Daily Scans" column, then I want to match that against a Master List of Badge numbers "Badge Numbers"
My Helper column formula is: =IF([Daily Scans]@row = [Badge Number]:[Badge Number], "Green") but I receive an #INVALID OPERATION in my Helper column.
My original Excel conditional formatting formula is =COUNTIF($C$C, $B1)>0 where C is the "Daily Scans" and B is the Badge Number.
Any input would be appreciated.
Thanks.
Answers
-
I am not 100% sure what you are trying to accomplish, but I think you can use COUNTIFS.
=IF(COUNTIFS([Badge Number]:[Badge Number], [Daily Scans]@row) >= 1, "green")
-
Thanks for the response. The goal is to highlight those Employees who are in attendance for the day.
The Columns are:
Name Badge Number Daily Scan
Jon 12345 00001
Sally 54321
Tom 00001
The Daily Scan column would be populated by a USB barcode scanner and would fill up as employees arrive. When a scanned badge matches any Badge Number in the Column then the name would highlight indicating that “Tom” was in attendance (in the above example).
I am able to do this in Excel, I’m just not familiar enough with Smartsheets to translate the conditional formatting
Thanks,
s
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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!