Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello All,
This is on Excel 2007 I would like to see if the array formula below can be changed to check for another criteria. Want this currently does is finds all occurances of cell AL527(despatch note) and matches that with the sheet "Data" col N (despatch note) and the result is taken from sheet "Data" col E (qty). If no match found then the result is "" The reason the ROW 3 at the end has $ is it helps with copying the formula as I am using it for Columns rather than rows, I could not find a formula that worked for colums. {=IFERROR(INDEX(Data!$E$1:$E$500,SMALL(IF(Data!$N$ 1:$N$500=$AL527,ROW(Data!$N$1:$N$500)),ROW($3:$3)) ),"")} I now want to find all occurances of cell AL527 as before but only if the value in cell BR527 is matched with a value from sheet "Data" col S This array formula is in cell BR527 AL527(despatch note), Col N (despatch note), Col S (period) {=IF(ISNA(MATCH(AL527,Data!$N$2:$N$500,0)),"",INDE X(Data!$S$2:$S$500,MATCH(AL527,Data!$N$2:$N$500,0) ))} Is it possible to combine the 2 formula's together? I have been trying but cant even get a formula to be accepted :-( Thanks Winnie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Exact Match using INDEX, MATCH | Excel Worksheet Functions | |||
index(match) Wind Uplift Calculations (match four conditions) | Excel Worksheet Functions | |||
index match array function-returning only first match, need last. | Excel Worksheet Functions | |||
How do I display more than one match in a Index/Match formula? | Excel Worksheet Functions | |||
index,match,match on un-sorted data | Excel Worksheet Functions |