# Thunkable and returns a corresponding value from my sheet

**URL:** https://community.thunkable.com/t/thunkable-and-returns-a-corresponding-value-from-my-sheet/2446081
**Category:** Questions about Thunkable X
**Created:** [June 1, 2023, 3:00am UTC](https://community.thunkable.com/t/thunkable-and-returns-a-corresponding-value-from-my-sheet/2446081 "2023-06-01T03:00:11Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [June 1, 2023, 3:22am UTC](https://community.thunkable.com/t/thunkable-and-returns-a-corresponding-value-from-my-sheet/2446081/2 "2023-06-01T03:22:26Z")

</div>

The way to do this is to use the `find first occurrence of` List block ([here](https://docs.thunkable.com/lists#find-first-last-occurrence)) with the `list of values` block (in [this section](https://docs.thunkable.com/data-sources#read) of the documentation) from your Data Source and assign that to a variable called something like foundRowNum.

Then Get Value from column B using foundRowNum as the row ID.

Here’s an example somewhat similar to what I mentioned: [Creating a search engine - #18 by tatiang](https://community.thunkable.com/t/creating-a-search-engine/2399004/18)

---

_[View the full topic](https://community.thunkable.com/t/thunkable-and-returns-a-corresponding-value-from-my-sheet/2446081)._
