Skip to main content
Best answer

Enter data to a specific cell in Google Sheet based on both column and row lookup

  • February 3, 2021
  • 8 replies
  • 957 views

Forum|alt.badge.img

Hi all

I have a Google Sheet set up as a weekly scorecard. 

I have rows with metrics and a column for each week. 
Each week I want to update each metric (row) in the current week column. 

I can see the ability to lookup the row, but it appears the only option is to enter a fixed reference for the column. This doesn’t work as I need it to update to a new column each week. 

Does anybody have any suggestions or workaround to get this to work?!

Many thanks

Adam

Best answer by Troy Tessalone

@adamstanley 

Zaps with GSheets is meant to be done on a row by row basis essentially in a flat file as described in the link.

Zaps with GSheets do not work well when trying to use in a dynamic reporting format.

Best advice I can give is to somehow get the source data into a flat file format (standardized columns), then use pivots or formulas to manipulate the data set into the desired output.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

8 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @adamstanley 

Can you provide screenshots of how your GSheet is configured that you are trying to use in the Lookup step of the Zap?

Can you outline a specific example and the desired output of the Zap?


Forum|alt.badge.img
  • Author
  • Beginner
  • 11 replies
  • February 4, 2021

Hi @Troy Tessalone ,

 

Thanks for getting in touch. Please see GSheet screenshot here:

 

Essentially, the I have a measurable on each row, and each week I want to enter the result in the current week commencing column.

 

Set up of Zap:

Every Sunday, run the task (fine)

Look up values from another sheet (fine)

 

I think need to find the correct cell reference and find a way to update the value which is where I’m struggling. For example, for Measurable 1 the cell to enter the data would be H4.

 

I can see there is a way to lookup by Row and Updated Row, but can’t find a way to lookup and update a specific cell based on row AND column lookup. 

 

Any help or suggestions much appreciated!

 

Thanks

Adam

 

 


Troy Tessalone
Forum|alt.badge.img+14

Hi @adamstanley 

You may want to consider structuring your GSheet differently, then either employing pivot tables or formulas to get the data to update as you desire, since doing what you’ve described of dynamically populating a specific cell in a row/column isn’t best served for being done via a Zap.

 

Check out this help article about how GSheets need to be structured to be used in Zaps:

https://zapier.com/help/doc/how-to-set-up-your-google-spreadsheet-to-work-with-zapier

  • The first row must have titles for any column headers you want to be able to see in your Zap.
  • The second row must have content for any columns you want to be able to see in your Zap.
  • There can be no completely blank rows before the end of your spreadsheet.

Forum|alt.badge.img
  • Author
  • Beginner
  • 11 replies
  • February 4, 2021

Thanks Troy, appreciate it.

The difficulty with a Pivot or formulas is I’m bring in data from a variety of sheets, which all updates dynamically which is why I want to create a ‘timestamp’ each week.

Thanks for the link above - are you aware of any way to target a specific cell to update?

Thanks

Adam

 


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31371 replies
  • Answer
  • February 4, 2021

@adamstanley 

Zaps with GSheets is meant to be done on a row by row basis essentially in a flat file as described in the link.

Zaps with GSheets do not work well when trying to use in a dynamic reporting format.

Best advice I can give is to somehow get the source data into a flat file format (standardized columns), then use pivots or formulas to manipulate the data set into the desired output.


Forum|alt.badge.img
  • Author
  • Beginner
  • 11 replies
  • February 4, 2021

Thanks Troy!


GetUWired
Forum|alt.badge.img+12
  • Zapier Expert
  • 1030 replies
  • February 4, 2021

Hi @adamstanley 


If you are still struggling with this, I believe I can help you build a custom integration with Google Sheets that will work for you! 

Please send me a direct message if you’re interested! 


Forum|alt.badge.img
  • Author
  • Beginner
  • 11 replies
  • February 15, 2021

In the end, I ended up creating a Google script to achieve the desired result rather than using Zapier.