Hi,
We are moving from Google Drive to Sharepoint.
The issue I am facing is I currently have pricing calculator data being zapped into a Google Sheet. This google sheet has a vlookup set up using an autoarray to find client email addresses.
Now that we have switched to sharepoint/excel we cannot use the autoarray as the Zap puts the pricing calculator data in row 15,000 instead as it can see a formula in the other rows. My initial thoughts were to just put an excel search formula into the Zap. The problem with this is then the cell reference is incorrect. Eg =VLOOKUP(B2,Table_6b#All],1,FALSE). This means it will always enter what is in B2. I’ve tried having it say B2:B3000 but this turns it back into an autoarray.
Does anyone have a simple solution here?