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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!