Third column value from another table
Closed
Abe
-
Feb 22, 2011 at 11:21 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Feb 24, 2011 at 09:24 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Feb 24, 2011 at 09:24 AM
Related:
- Third column value from another table
- School time table software free download full version - Download - Organisation and teamwork
- How to delete part of a table in word - Guide
- Ascii table c++ - Guide
- Html table fit to screen - Guide
- Excel data validation list from table multiple columns - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Feb 24, 2011 at 09:24 AM
Feb 24, 2011 at 09:24 AM
Hi Abe,
Use Vlookup function like:
=VLOOKUP(B4,$B$11:$C$14,2)
For this formula I just copied your sample data to a sheet which gave table A the range A4:C7. And your second table A11:B14. Both ranges are without header.
Make sure that you sorted table B by vehicle for the formula to work properly.
Note that the middle reference: $B$11:$C$14 is an absolute reference, so the formula can easily dragged down.
Best regards,
Trowa
Use Vlookup function like:
=VLOOKUP(B4,$B$11:$C$14,2)
For this formula I just copied your sample data to a sheet which gave table A the range A4:C7. And your second table A11:B14. Both ranges are without header.
Make sure that you sorted table B by vehicle for the formula to work properly.
Note that the middle reference: $B$11:$C$14 is an absolute reference, so the formula can easily dragged down.
Best regards,
Trowa