Matching a Name to another sheet and is checking a row if it is a date
Paul Mangan
✭✭
=IF(AND(MATCH([Team Member]@row, {Team Member}, 0), ISDATE({L1 Mixer})), 1, "")
This is what I try and it returns incorrect argument set on the first row, but invalid data type on the remainder. It is a column formula.
Tags:
Answers
-
Hey @Paul Mangan
Try this formula instead
=IF(COUNTIFS({Team Member},[Team Member]@row,{L1 Mixer},ISDATE(@cell))>0,1)
Will this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 214 Industry Talk
- 454 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 456 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!