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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!