I'm experiencing issues with Excel. One of the data points was supposed to use the function =IF(ISBLANK(C2),"",IFERROR(VLOOKUP(TRIM(C2),Table1,2,FALSE),C2))
, but when it reached cell C3, it did not update to =IF(ISBLANK(C3),"",IFERROR(VLOOKUP(TRIM(C3),Table1,2,FALSE),C3))
. Instead, it kept the same function as above. Could you please advise on how to ensure the formula updates to the correct column when a new row is added? I'm using the "Add New Row" function in Zapier, by the way.
Hi
For us to have more context, post screenshots with how your Zap step is configured in EDIT mode.
Hi
We are just wondering if you are still encountering the same issue as stated above. We would like to troubleshoot with you and ensure that this is addressed.
Kindly post a screenshot of the Zap showing how it was configured so we can troubleshoot further. Please remember to obscure any personal information in the screenshot.
We’re looking forward to your response.
here you go. any other part of the program you need me to screenshot do get back to me. Thank you
Hi
We would have wanted to see the Action part of the Action. I do think I know the issue though.
So you already wrote the formula as C2 in the corresponding field in the Excel action which is incorrect. To actually make it flexible depending on which Row number you are adding you would need to do the following:
- Remove the formula from the Add Row step (cut it so we can use it later)
- Add another Action which is Excel - Update Row
- Then write the formula like this
=IF(ISBLANK(C{{Row Number}}),"",IFERROR(VLOOKUP(TRIM(C{{Row Number}}),Table1,2,FALSE),C{{Row Number}}))
Where {{Row Number}} is mapped from the previous action
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.