ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Custom function for vlookup (https://www.excelbanter.com/excel-programming/446052-custom-function-vlookup.html)

Madiya

Custom function for vlookup
 
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya

Don Guillett[_2_]

Custom function for vlookup
 
On Saturday, May 12, 2012 5:13:05 AM UTC-5, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya


A bit more detail would be helpful. If the formlula is in the master file and is looking up in a slave file then wouldn't the master file be open??? You may send your file with a slave to dguillett1 @gmail.com if desired.

Subrata

Custom function for vlookup
 
On Saturday, May 12, 2012 3:43:05 PM UTC+5:30, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya


Write a custom function in a module in the personal.xlsb file. You can access it from the VB editor. Your function should access your master workbook.. For that you will have to store that in a particular location. Next time you open some file then this custom function will be available to you.

Madiya

Custom function for vlookup
 
Thanks for reply.

Is there any other way by way of formulas or using names etc?

Regards,
Madiya

On Saturday, May 12, 2012 7:12:21 PM UTC+5:30, Subrata wrote:
On Saturday, May 12, 2012 3:43:05 PM UTC+5:30, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya


Write a custom function in a module in the personal.xlsb file. You can access it from the VB editor. Your function should access your master workbook. For that you will have to store that in a particular location. Next time you open some file then this custom function will be available to you.



Madiya

Custom function for vlookup
 
Don,
Thanks a ton.
I am sending my both xl files to you on mail with same subject as this post.

Regards,
Madiya


On Saturday, 12 May 2012 15:43:05 UTC+5:30, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya



Madiya

Custom function for vlookup
 
Don,
Thanks a ton.
I am sending my xl file in mail to you with same subject as this post.

Regards,
Madiya

On Saturday, 12 May 2012 18:00:46 UTC+5:30, Don Guillett wrote:
On Saturday, May 12, 2012 5:13:05 AM UTC-5, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya


A bit more detail would be helpful. If the formlula is in the master file and is looking up in a slave file then wouldn't the master file be open??? You may send your file with a slave to dguillett1 @gmail.com if desired.




On Saturday, 12 May 2012 18:00:46 UTC+5:30, Don Guillett wrote:
On Saturday, May 12, 2012 5:13:05 AM UTC-5, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya


A bit more detail would be helpful. If the formlula is in the master file and is looking up in a slave file then wouldn't the master file be open??? You may send your file with a slave to dguillett1 @gmail.com if desired.




On Saturday, 12 May 2012 18:00:46 UTC+5:30, Don Guillett wrote:
On Saturday, May 12, 2012 5:13:05 AM UTC-5, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya


A bit more detail would be helpful. If the formlula is in the master file and is looking up in a slave file then wouldn't the master file be open??? You may send your file with a slave to dguillett1 @gmail.com if desired.



Don Guillett[_2_]

Custom function for vlookup
 
On Saturday, May 12, 2012 5:13:05 AM UTC-5, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya


Didn't get it.

Madiya

Custom function for vlookup
 
Mail was sent to dguillett1 without " and"
Now again sent to dguillett
without " now"

Hope you will get it now.

Regards,
Madiya.

Don Guillett[_2_]

Custom function for vlookup
 
On Saturday, May 12, 2012 5:13:05 AM UTC-5, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya


NO spaces

Madiya

Custom function for vlookup
 
Yes. sent without spaces.
Is there any other way to provide you both the files?

Regards,
Madiya

Don Guillett[_2_]

Custom function for vlookup
 
On Saturday, May 12, 2012 5:13:05 AM UTC-5, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya


This is my email address





On Saturday, May 12, 2012 5:13:05 AM UTC-5, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya



Madiya

Custom function for vlookup
 
I have sent the mail again.
Pl help.
Regards,
Madiya

On Sunday, May 20, 2012 5:58:04 PM UTC+5:30, Don Guillett wrote:
On Saturday, May 12, 2012 5:13:05 AM UTC-5, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya


This is my email address
dguillett1 @gmail.com




On Saturday, May 12, 2012 5:13:05 AM UTC-5, Madiya wrote:
I have a master file which I regularly use to get data by way of vlookup.
Each time I use vlookup, i have to open the master file and type the formula.

Is there a short way to get the data without typing full vlookup formula?

I thought one option as custom function.
Is there any other option?
I am doing it may be 80-90times a day, so a shortcut will save lots of time.

Pl guide.

Regards,
Madiya




All times are GMT +1. The time now is 09:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com