match trouble

red95

Board Regular
Joined
Jan 4, 2009
Messages
141
=MATCH(2,1/(($A10:$A950=$A4)*($B10:$B948=$B4))) this works

=MATCH(2,1/(($A10:$A3000=$A4)*($B10:$B2998=$B4))) this does not

any help ? thank red95
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
$A10:$A3000=$A4
$B10:$B2998=$B4
The two ranges have two different sizes, wereas they need to contain the same elements.

Bye
 
Upvote 0
=MATCH(2,1/(($A10:$A3000=$A4)*($B10:$B2998=$B4))) just like that soeey dont know alot about excel
 
Upvote 0
Hi,

What error message are you getting? Something like #VALUE?

Try entering the formula with Ctrl+Shift+Enter simultaneously
Select the cell
Hold down both Ctrl and Shift keys and hit Enter

Excel wraps the formula with curly-braces, like
{=MATCH(2,1/(($A10:$A3000=$A4)*($B10:$B2998=$B4)))}

M.
 
Upvote 0

Forum statistics

Threads
1,224,526
Messages
6,179,322
Members
452,906
Latest member
Belthazar

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