lookup multiple refs

verlaine

New Member
Joined
Aug 16, 2002
Messages
43
Hi,

I've a sheet with 5 columns : Numbers / Ref / Year / Month / Err Type

I would like a formula who can check in column a specific ref year month and err type and return the value that is in the cell numbers.

thsk
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
thanks.

I fund good examples and I'm using this forumla:

=INDEX(Erreurs_2004!$A$2:$A$1000;MATCH($A$5&CHAR(127)&$E$3&$B$5&E4;Erreurs_2004!$F$2:$F$1000;0))

just simple question.. when nothing is found the cell is #n/a .. I would like that all these cells show 0 instead of n/a.
 
Upvote 0
verlaine said:
thanks.

I fund good examples and I'm using this forumla:

=INDEX(Erreurs_2004!$A$2:$A$1000;MATCH($A$5&CHAR(127)&$E$3&$B$5&E4;Erreurs_2004!$F$2:$F$1000;0))

just simple question.. when nothing is found the cell is #n/a .. I would like that all these cells show 0 instead of n/a.

Use 2 cells...

In say Y2 enter:

=MATCH($A$5&CHAR(127)&$E$3&$B$5&E4;Erreurs_2004!$F$2:$F$1000;0)

In X2 enter:

=IF(ISNA(Y2);0;INDEX(Erreurs_2004!$A$2:$A$1000;Y2))
 
Upvote 0

Forum statistics

Threads
1,214,793
Messages
6,121,619
Members
449,039
Latest member
Mbone Mathonsi

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