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
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 429 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 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!