201k views
4 votes
Ben uses a table that has few columns. He knows about a particular value in the first column and wants to find the corresponding value of the row. What data organization technique can Ben use?

User Bluescores
by
7.3k points

2 Answers

1 vote

on plato the answer is lookup function

User Mwengler
by
7.1k points
2 votes
I'd suggest he uses LOOKUP Function.

You can use the LOOKUP function when you need to look in a single column or row and find a value from the same position in a corresponding column or row. We have a much improved VLOOKUP that can also be used to search one row or column or multiple rows and columns.



User Kiwiana
by
7.6k points