vlookup help

jaden210

New Member
Joined
Jun 6, 2012
Messages
34
hey, I am trying to create an Add-in function to my excel sheet. Basically, I need it to say
=if(isna(vlookup(Lookup_value,Table_array, Col_index_num,[Range_lookup])),"0",vlookup(Lookup_value,Table_array, Col_index_num,[Range_lookup])) .
I have been manually typing this function in when I need it, and am looking for a quicker solution. any ideas?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
that totally works, i am typing this functions hundreds of times a day and so it would be nice if there was a quicker way of of getting there.
 
Upvote 0
so you have hundreds of ranges that require individual lookups? i don't follow why are you typing hundreds, you still have to fill in the lookup cell / range /and the column.
if you really are typing this hundreds of times just put in note pad
=iferror(vlookup(a1, B:B,1,0),0) and copy paste change lookup range and col index to suit,
however is this just a question of autofilling down the formula?
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,395
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top