Move Rows Not Working
I have a form tied to a sheet that tracks Name, Work Email, Hire Date and dates for various Safety Credentials. In this Source sheet, I have a formula to track if the person's Name entered into the form is unique. If it is unique, I have workflow that moves the entire row to a Destination sheet.
Everything works, except for columns on the Destination sheet with this formula:
=IFERROR(INDEX(COLLECT({HIRE DATE}, {NAME}, NAME@row, {HIRE DATE}, <>""), 1), "")
(Obviously, the HIRE DATE gets replaced with the appropriate name of a column).
Nothing appears in the Destination sheet for any column with this formula. The name and other columns are moved but the columns with this formula do not.
Answers
-
What happens when you remove the IFERROR portion?
-
It then puts the value #Invalid Value
-
It sounds like you aren't getting a match then. I notice in your screenshots that Austen doesn't have a match for hire date.
-
The person that I filled out with the form, i erased because it is not working.
-
I have tested it and erased the data, so it would be moved each time.
-
Are you able to provide a screenshot of a matching row that is throwing the error/not showing data?
-
Below are two screenshots.
The first is with the user, Susan Bercaw, filling out all entries on the form and the IFERROR part of the formula intact.
The second is the same but with the IFERROR part of the formula taken out of the HIRE DATE & EEO/HARRASSMENT columns.
Thanks for your help
-
Also, here is a document I wrote to explain the steps I took.
-
Lets try using @cell references...
=IFERROR(INDEX(COLLECT({HIRE DATE}, {NAME}, @cell = NAME@row, {HIRE DATE}, @cell <>""), 1), "")
-
The #INVALID VALUE, disappears and the cell is blank.
-
I want to thank you for your time, Paul Newcome.
The answer to my problem was to copy the row in the automation and not move it. Thanks again for all the time you took to help me.
-
Glad you got it working.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!