Hello.
I have an array formula that gives me the intended results, BUT the data is too large to use an array. Could anyone help me change the formula to a non-array function?
=INDEX('Order History'!E:E,MATCH(1, IF('Order History'!A:A=C3, IF('Order History'!C:C= "INITIAL ORDER SETUP",1)),0))
Also, instead of having 'Order History'!C:C= "INITIAL ORDER SETUP", I would like to just have it search for anything starting with "Initial".
Let me know if you need any other specifics. In advance, thank you for your patience and help.
I have an array formula that gives me the intended results, BUT the data is too large to use an array. Could anyone help me change the formula to a non-array function?
=INDEX('Order History'!E:E,MATCH(1, IF('Order History'!A:A=C3, IF('Order History'!C:C= "INITIAL ORDER SETUP",1)),0))
Also, instead of having 'Order History'!C:C= "INITIAL ORDER SETUP", I would like to just have it search for anything starting with "Initial".
Let me know if you need any other specifics. In advance, thank you for your patience and help.