hi I have a problem which this funcion "=INDEX(A:A,2+MATCH(TEXT(D1,0),A:A,0),1)", I donīt now how put working with two columns. I need help. thanks
test.png
hi I have a problem which this funcion "=INDEX(A:A,2+MATCH(TEXT(D1,0),A:A,0),1)", I donīt now how put working with two columns. I need help. thanks
test.png
please dont post images,you can post a sample workbook
Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.
Click on GO ADVANCED and use the paperclip icon to open the upload window.
View Pic
however you could use
=INDEX(A:B,IF(ISNA(MATCH(D1,A:A,0)),1+MATCH(D1,B:B,0),1+MATCH(D1,A:A,0)),IF(ISNA(MATCH(D1,A:A,0)),2,1))
or even
=IF(AND(ISNA(MATCH(D1,A:A,0)),ISNA(MATCH(D1,B:B,0))),"not found",INDEX(A:B,IF(ISNA(MATCH(D1,A:A,0)),1+MATCH(D1,B:B,0),1+MATCH(D1,A:A,0)),IF(ISNA(MATCH(D1,A:A,0)),2,1)))
Last edited by martindwilson; 09-03-2013 at 05:04 PM.
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Worked in perfection. Thanks a lot. I'll never more put images
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks