--- id: 5d792538de774217b173288e title: Part 111 challengeType: 0 isBeta: true --- ## Description
Use the `value` property on the result of `idToText` to return the text inside the cell, rather than the cell itself.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(/constidToText=\(?id\)?=>cells\.find\(\(?cell\)?=>cell\.id===id\)\.value/.test(code.replace(/\s/g, ""))); ```
## Challenge Seed
```html ```
### Before Test
```html Spreadsheet
```
### After Test
```html ```
## Solution
```html ```