Help w/ Date formula
Answers
-
I meant withing the actual MATCH function.
=INDEX(.........., MATCH(....., ....., 0))
That last zero is missing from your first INDEX/MATCH. That's the only thing that needed added.
I'm on mobile at the moment, so I can't bold text. Let me know if this doesn't make sense, and I'll make another update once I get back to my computer.
-
I think I copy. Like this.
=IF(INDEX({TRAINING}, MATCH("FLIGHT REVIEW", {TRAINING}, 0)) = 1, INDEX({DATE}, MATCH(PILOT@row, {PILOT}, 0)))
Still getting a blank cell.
-
I must have missed something... I thought we were looking for a checkbox?
-
I am. The box is called "Flight Review". The checkboxes are located in a column titled training on another sheet. When that box is checked on the form / sheet, I want the date to populate into this cell in the column titled "flight review" on my master sheet. There are multiple boxes that could be checked with different names. I have a columns matching those names on the master sheet so I can track what date the task was completed / box checked.
-
Are you able to provide screenshots of those checkboxes?
-
When user submits a form, they check one or multiple boxes on this sheet.
I then need the date to populate into these boxes on the master sheet. Ignore the data that is there as its not accurate. As you can see, I have the formula in the FLIGHT REVIEW column. Its returning a blank cell.
-
Ah. Ok. So you are using a multi-select dropdown column. I was thinking it was a series of checkbox columns. Ok. We need to change it up a bit. What does this do?
=IFERROR(INDEX(COLLECT({DATE}, {Training}, HAS(@cell, "FLIGHT REVIEW"), {PILOT}, @cell = PILOT@row), 1), "")
-
Paul, worked instantly. I am sure I was asking the wrong questions. Thanks for all your help!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!