Save flat 35% on Assignment
If you're figuring out how to return values using Excel or Google Sheets, here's a clear explanation of key functions like =INDIRECT, =INDEX, and VLOOKUP with examples. But if you need help with different formulas or functions, New Assignment Help USA can guide you further.
Based on the software used for data manipulation the exact function can vary. The most commonly used software for this is Excel and Google Sheets. Direct, indirect, index, and vlookup are the common functions that you can use in this software to automatically return the value.
To understand it better, consider this table
A |
B |
C |
Product |
Price |
Stock |
Apple |
3 |
120 |
Banana |
2 |
150 |
Orange |
4 |
200 |
Mango |
5 |
80 |
Grape |
6 |
90 |
The simplest and yet the most efficient way to return the value of a cell at another point is to use direct referencing.
Similar to the direct referencing but more dynamic. Here the reference is created using a text string. This allows you as the user to easily change the reference using the text value without requiring you to reference it all again.
For example
The index function allows the user to fix a range for referencing. Hence when you as the user signify the row and column number, it will return the value from that exact term.
For example
Lastly, the most important function that is used commonly, is the VLOOKUP function. Here the function will return the value from the specified range based on the matching value from the first column.
For example
Here the specified range is the whole table. The reference is to use Banana and it's asking to return the value from the 3rd column. That term from the table is 150. We used the FALSE in the formula as we wanted a specific match for the reference “Banana”. In the case of range, the term TRUE could be used and it will look for an approximate value.