Posted to microsoft.public.excel.worksheet.functions
|
|
If & Index & Match
Hi,
Also you shouldn't have used "&" in your formula as this must be used
for CONCATENATION and not as "and" operator.
Thanks,
Shail
wrote:
what is wrong with the below function:
=IF(I161500000,(INDEX(C10:H11,MATCH(I17,B10:B11,0 ),MATCH(I18,C5:H5,1),1))),IF(I161000000&I1615000 00,INDEX(C8:H9,MATCH(I17,B8:B9,1),MATCH(I18,C5:H5, 1),1)),IF(I16650000&I161000000,INDEX(C6:H7,MATCH (I17,B6:B7,1),MATCH(I18,C5:H5,1),1))
|