excel formula help - IndexMatch/Vlookup

Mallesh23

Well-known Member
Joined
Feb 4, 2009
Messages
976
Office Version
  1. 2010
Platform
  1. Windows
Hi Team,

Need your help , Please suggest formula

Below is a Table, Column A,B,C are input data, Expected output is my G Column.
By Combining ticket and Invoice column I want output in Column G Column. how to use vlookup or index match or any other formula.


Book7
ABCDEFG
1InvoiceTicketAmountTicketInvoiceExpected Output
267811150001116785000
36753331000444675not found
467222280002226728000
Sheet1


Thanks in advance for help!

Thanks
mg
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Book1.xlsm
ABCDEFG
1InvoiceTicketAmountTicketInvoiceExpected Output
267811150001116785000
36753331000444675#N/A
467222280002226728000
Sheet3
Cell Formulas
RangeFormula
G2:G4G2=INDEX($C$2:$C$4,MATCH($F2&"|"&$E2,$A$2:$A$4&"|"&$B$2:$B$4,0))
 
Upvote 0
HI JoeMo,

Thanks for your help, I tried your code , but its not working in my case.

Book7
ABCDEFG
1InvoiceTicketAmountTicketInvoiceExpected Output
26781115000111678#VALUE!
36753331000444675#VALUE!
46722228000222672#VALUE!
Sheet1
Cell Formulas
RangeFormula
G2:G4G2=INDEX($C$2:$C$4,MATCH($F2&"|"&$E2,$A$2:$A$4&"|"&$B$2:$B$4,0))


Thanks
mg
 
Upvote 0
Hi JoeMo,

Thanks for your help it worked, thanks. ?

Used CTRL + SHIFT + ENTER


Thanks
mg
 
Upvote 0
Hi JoeMo,

Thanks for your help it worked, thanks. ?

Used CTRL + SHIFT + ENTER


Thanks
mg
Glad you caught that Excel 2010 requires ctrl+shift+enter. I recently switched from 2010 to 365 which requires only Enter :(
 
Upvote 0

Forum statistics

Threads
1,215,575
Messages
6,125,613
Members
449,238
Latest member
wcbyers

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