Looking for formula.
Closed
ahamaz
Posts
4
Registration date
Tuesday April 23, 2013
Status
Member
Last seen
October 31, 2013
-
Apr 23, 2013 at 07:59 PM
Zohaib R Posts 2368 Registration date Sunday September 23, 2012 Status Member Last seen December 13, 2018 - Apr 23, 2013 at 11:32 PM
Zohaib R Posts 2368 Registration date Sunday September 23, 2012 Status Member Last seen December 13, 2018 - Apr 23, 2013 at 11:32 PM
Related:
- Looking for formula.
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Excel grade formula - Guide
- Number to words in excel formula - Guide
- Date formula in excel dd/mm/yyyy - Guide
- Credit summation formula - Guide
1 response
Zohaib R
Posts
2368
Registration date
Sunday September 23, 2012
Status
Member
Last seen
December 13, 2018
69
Apr 23, 2013 at 11:32 PM
Apr 23, 2013 at 11:32 PM
Hi ahamaz,
You can find the matching values from the other table/worksheet using Microsoft Excel's VLOOKUP() Worksheet Function. For example to find the matching value for "ireland" and put it in the D1 use the below mentioned formula in D1:
=VLOOKUP(A1,$E$1:$G$5,3,0)
To delete a value you might need to use a Macro.
Please reply if you need any further clarification.
You can find the matching values from the other table/worksheet using Microsoft Excel's VLOOKUP() Worksheet Function. For example to find the matching value for "ireland" and put it in the D1 use the below mentioned formula in D1:
=VLOOKUP(A1,$E$1:$G$5,3,0)
To delete a value you might need to use a Macro.
Please reply if you need any further clarification.