tryin to if function with OR and AND
Hi All,
If there is a date in 'date found' column and date in 'Date collected' column, Column7=Collected
if there is a date in 'date found' column but no date 'Date collected' column, column 7=Uncollected
if the 'Date found' column is blank, column7=blank
Can anyone please try help
can you please assist me, i would appreciate it a lot
Answers
-
Try something like this:
=IF([Date Found]@row <> "", IF([Date Collected]@row <> "", "Collected", "Uncollected"))
-
Thank you Paul, really appreciate your response.
I actually managed to do using a different formula but yours is way more simpler
=IF(ISBLANK([Date Found]@row), "", IF(AND(ISDATE([Date Found]@row), ISDATE([Date Collected]@row)), "Collected", "Not Collected"))
Thanks once again
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!