Changing a formula

gary153

New Member
Joined
Oct 27, 2015
Messages
11
I have "inherited" a workbook from a past worker and there is a formula that doesn't give the information required. The formula posted below works but I needs extra criteria.

I want it to match against 3 criteria where the existing formula only matches 2 criteria. Can someone tell me the format to add it to match D3 as well in the section that is bold below. I have tried changing to: MATCH($G3&"-"&$F3&"-"&$D3 but it doesn't work and I can't figure out why. It returns #N/A



=INDEX('[NEW FORM.xlsm]DATA'!$B$4:$ABV$85, MATCH($C3, '[NEW FORM.xlsm]DATA'!$A$4:$A$85, 0), MATCH($G3&"-"&$F3, INDEX('[NEW FORM.xlsm]DATA'!$B$1:$ABV$1&"-"&'[NEW FORM.xlsm]DATA'!$B$3:$ABV$3, 0), 0))
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,213,550
Messages
6,114,265
Members
448,558
Latest member
aivin

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