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
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!