R rsk Member Feb 13, 2012 #1 Pls find the below example file. I need to find value of H2:I5 http://www.2shared.com/document/Qcr6M8vj/mulrange.html
Pls find the below example file. I need to find value of H2:I5 http://www.2shared.com/document/Qcr6M8vj/mulrange.html
R rsk Member Feb 13, 2012 #2 Answer should be Name open close process Mr.X 1 2 3 Mr.Y 4 5 6 Mr.Z 7 8 9 Mr.Q 10 11 12
N NARAYANK991 Excel Ninja Feb 13, 2012 #3 Hi , Enter the following formula in G2 , as an array formula ( using CTRL SHIFT ENTER ) : =INDEX($C$2:$C$13,MATCH($F2&LEFT(G$1,FIND(" ",G$1)-1),$A$2:$A$13&$B$2:$B$13,0)) Copy this to all the other cells up to I5. Narayan
Hi , Enter the following formula in G2 , as an array formula ( using CTRL SHIFT ENTER ) : =INDEX($C$2:$C$13,MATCH($F2&LEFT(G$1,FIND(" ",G$1)-1),$A$2:$A$13&$B$2:$B$13,0)) Copy this to all the other cells up to I5. Narayan
N NARAYANK991 Excel Ninja Feb 13, 2012 #5 Hi , Can you specify what problem you are facing ? Do you want me to upload the file ? Can you use Skydrive or GoogleDocs ? Narayan
Hi , Can you specify what problem you are facing ? Do you want me to upload the file ? Can you use Skydrive or GoogleDocs ? Narayan
R rsk Member Feb 14, 2012 #6 can you pls upload the file in any link, so that i can understand better Thanks you very much for your response
can you pls upload the file in any link, so that i can understand better Thanks you very much for your response
N NARAYANK991 Excel Ninja Feb 14, 2012 #7 Hi , Check the following link : https://skydrive.live.com/view.aspx?cid=754467BA13646A3F&resid=754467BA13646A3F%21162 Narayan
Hi , Check the following link : https://skydrive.live.com/view.aspx?cid=754467BA13646A3F&resid=754467BA13646A3F%21162 Narayan
R rsk Member Feb 14, 2012 #8 Sorry for trouble you, =VALUE(INDEX($C$2:$C$13,MATCH($F2&LEFT(G$1,FIND(" ",G$1)-1),$A$2:$A$13&$B$2:$B$13,0))) above formula gives #VALUE!
Sorry for trouble you, =VALUE(INDEX($C$2:$C$13,MATCH($F2&LEFT(G$1,FIND(" ",G$1)-1),$A$2:$A$13&$B$2:$B$13,0))) above formula gives #VALUE!
N NARAYANK991 Excel Ninja Feb 14, 2012 #9 Hi , Please note that all the formulae are array formulae , to be entered using CTRL SHIFT ENTER. Narayan
Hi , Please note that all the formulae are array formulae , to be entered using CTRL SHIFT ENTER. Narayan