Using index, match, and RIGHT,LEFT, or MID function together

WisdomandLaughter

New Member
Joined
May 28, 2008
Messages
35
I am using the following formula to pull information from one spreadsheet into another.

=IF(ISERROR(INDEX('Verizon Master'!I$10:I$70,MATCH($A3,'Verizon Master'!C$10:C$70,FALSE),1)),"",INDEX('Verizon Master'!I$10:I$70,MATCH($A3,'Verizon Master'!C$10:C$70,FALSE)))

The information being pulled is a telephone number and I only need the first three numbers/characters. I have used the LEFT function in the past however I'm not quite sure where to place it in the formula above.

Thank you for your help.
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
if you only need the 3 letters from the result (ie still match entire content) simply use

=LEFT(existing formula,3)
 
Upvote 0
You rock! Thank you for solving my excel mystery for me.

Going forward I will have to try the obvious solution first.

Thank you for your help. Good luck on your job quest.
 
Upvote 0

Forum statistics

Threads
1,214,593
Messages
6,120,434
Members
448,961
Latest member
nzskater

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