M.S. Office, Excel, PowerPoint, Word
36K subscribers
143 photos
44 links
Knowledge Sharing
Download Telegram
Good News!!!!

In the coming days I will try to share content on Vlookup and then Hlookup.

Please do practice as much as you can and ask your doubts.

Thank You
After having discussion on Lookup, let us now discuss one of the best function of Lookup Family ‘Vlookup’.

Syntax
= Vlookup (lookup_Value,table_array,col_index,[range_lookup])

Important Note: -
1. ‘V’ stands for Vertical lookup.
2. Only works towards extracting data from the Right side of the table.
☝️🟢Step 1: - Click on Cell ‘J8’ and press ‘=’ this will activate the cell to use function, and start typing ‘Vlookup’.
♦️♦️In the below screenshot you can see one problem is given with Table A and we need to find the Price in Table B. We will solve this problem with the help of ‘Vlookup’ function. Please follow below steps: -
✌️🟢Step 2: - After Typing ‘Vlookup’ start the function by using any one from below two sub-steps: -
(i) Press Start bracket ‘(‘.
OR
(ii) You can press ‘Tab’ button.
🤟🟣Step 3: - Select ‘Lookup Value in Cell I8’ as given in the syntax.
(Lookup Value is the value for which you want to find the result and based on this you can find the result from Table Array).
✌️✌️🟢Step 4: - After selecting ‘Lookup Value in cell I8’, Select ‘Table Array from Cell D8 to E20’ from which you want to find the results of ‘lookup value’.
🤟✌️🟣Step 5: - After selecting Table array please put koma (,) and the third field will reflect ‘Col_Index_Num’ which means from which column you want to find the results, Type number 2 here.

(Explanation: - In this problem we have only two columns in which data is exist, and we want to find the Price based on Product and Price is lying in second column that is why we typed 2 here)
🤟🤟🟣Step 6: - After selecting ‘Col_Index_Num’ the fourth field will reflect ‘Range_lookup ‘ (1 for approximate match --> ‘True’ and 0 is for Exact Match --> ‘False’), will select 0 for exact match.
🤟✌️✌️🟣Step 7: - After selecting 0, close the brackets ‘)’ and press ‘Enter’ or ‘Tab’.

You can see the yellow highlighted Cell J8 Price has come out of the Table A which is given in front of Bike Tyres.
Dear Friends,
Please like and subscribe my youtube channel so that I can come up with Lookup and Vlookup videos.
Thank you
https://www.youtube.com/channel/UC6p-X5eXX9Ade-ejCnHzxpA
Dear Friends,

I know this function is difficult but If you understand this you will feel comfortable while doing big tasks in routine office work.

If you have any doubt you can ask me

Please share my Youtube and Telegram channel with your friends and family members so that they can also get the benefit from this.

Thank you
After having discussion on Vlookup with Exact Match, let us now discuss Vlookup with Approximate Match.

Syntax
= Vlookup (lookup_Value,table_array,col_index,[range_lookup])

Important Note: -
1. ‘V’ stands for Vertical lookup.
2. Only works towards extracting data from the Right side of the table.
♦️♦️In the below screenshot you can see one problem is given with Table A and we need to find the Price in Table B. We will solve this problem with the help of ‘Vlookup’ function. Please follow below steps: -
☝️🟢Step 1: - Click on Cell ‘I9’ and press ‘=’ this will activate the cell to use function and start typing ‘Vlookup’.
✌️🟢Step 2: - After Typing ‘Vlookup’ start the function by using any one from below two sub-steps: -
(i) Press Start bracket ‘(‘.
OR
(ii) You can press ‘Tab’ button.
🤟🟣Step 3: - Select ‘Lookup Value in Cell H9’ as given in the syntax.
(Lookup Value is the value for which you want to find the result and based on this you can find the result from Table Array).
✌️✌️🟢Step 4: - After selecting ‘Lookup Value in cell H9’, Select ‘Table Array from Cell D9 to E19’ from which you want to find the results of ‘lookup value’.
🤟✌️🟣Step 5: - After selecting Table array please put coma (,) and the third field will reflect ‘Col_Index_Num’ which means from which column you want to find the results, Type number 2 here.

(Explanation: - In this problem we have only two columns in which data is exist, and we want to find the Discount Percentage based on Sale Value and Discount Percentage is lying in second column that is why we typed 2 here).
🤟🤟🟣Step 6: - After selecting ‘Col_Index_Num’ the fourth field will reflect ‘Range_lookup ‘ (1 for approximate match --> ‘True’ and 0 is for Exact Match --> ‘False’), will select 1 for Approximate Match now.