Webform Woes
We are using a Webform for "Check In" and "Check Out" but only the "Check Out" captures the "Installation Status". Each "GVRID" has 1 of each. We need the "Check In" "Installation Status" to match what is entered during "Check Out" for the same GVRID. The Webform is a source sheet and feeds a master via "INDEX MATCH". INDEX MATCH returns the first value it finds. If it "finds" the "Check In" first, it returns a null value. We need it to return the "Check Out" "Installation Status". Worked on this for hours and can't figure it out. Appreciate your help.
Answers
-
You would use an INDEX/COLLECT to filter out blanks.
=INDEX(COLLECT({Range To Pull}, {Range To Pull}, @cell <> "", {Match Range}, @cell = [Column Name]@row), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!