# Updating Google Sheet after identifying the unique row and cell location

**URL:** https://community.thunkable.com/t/updating-google-sheet-after-identifying-the-unique-row-and-cell-location/2764227
**Category:** Questions about Thunkable X
**Tags:** help
**Created:** [December 31, 2023, 3:56am UTC](https://community.thunkable.com/t/updating-google-sheet-after-identifying-the-unique-row-and-cell-location/2764227 "2023-12-31T03:56:30Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [December 31, 2023, 5:10am UTC](https://community.thunkable.com/t/updating-google-sheet-after-identifying-the-unique-row-and-cell-location/2764227/6 "2023-12-31T05:10:57Z")

</div>

Okay, I think I understand. Is your question: “How do I find the user’s user id in a column in a Google Sheet and then update other column values in that same row?” If so, that’s essentially a vlookup and it’s been discussed before on the forums.

I have an example of how to find the matching row here: [Thunkable and returns a corresponding value from my sheet - #2 by tatiang](https://community.thunkable.com/t/thunkable-and-returns-a-corresponding-value-from-my-sheet/2446081/2)

Once you have the row number, you can just use the update value block to change values in that same row (row number = row id).

---

_[View the full topic](https://community.thunkable.com/t/updating-google-sheet-after-identifying-the-unique-row-and-cell-location/2764227)._
