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.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 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!