Forum

Notifications
Clear all

VLookup and Match

3 Posts
2 Users
0 Reactions
127 Views
(@alinhart)
Posts: 39
Trusted Member
Topic starter
 

Hello

I need help with a couple of formulas. I’m using excel 2016.

I have attached a sample.

I want a formula on the Billing Sheet, in F12.

1st formula

I need to match B12 and D12, to the table V3:X100, pulling in the price from column X

2nd formula

In cell A12, I need to pull in information from column T (acct code), by matching the data from B12, D12 and F12

I’ve tried nestled lookup (s) but couldn’t get it to work.  I have also tried index match, but not luck either.

I appreciate any help.

Thanks so much

Amy

 
Posted : 26/01/2018 3:46 pm
(@sunnykow)
Posts: 1417
Noble Member
 

Hi Amy

These are ARRAY formulas.

In cell F12 enter =INDEX($X$3:$X$99,MATCH(B12&D12,$V$3:$V$99&$W$3:$W$99,0))

Finish by pressing CTRL+SHIFT+ENTER

In cell A12 enter =INDEX($T$3:$T$99,MATCH(B12&D12,$V$3:$V$99&$W$3:$W$99,0))

Finish by pressing CTRL+SHIFT+ENTER

Hope this helps.

Sunny

 
Posted : 26/01/2018 8:07 pm
(@alinhart)
Posts: 39
Trusted Member
Topic starter
 

Sunny

Thank you so much.  Yes, this worked great.

Have a great day.

Thanks again

Amy

 
Posted : 27/01/2018 9:57 am
Share: