Forum Discussion
waterfall396
Feb 07, 2017Copper Contributor
combining two Index(Match) functions into an IF function
I have two INDEX&MATCH fuctions that return valid results by themselves. The result is in mm/dd/yyyy format. {=INDEX(Sheet3!C:I,MATCH(1,(Sheet3!F:F=D27)*(Sheet3!C:C="2B1047"),0),7)} {=INDEX(Sheet3...
waterfall396
Feb 07, 2017Copper Contributor
I really though I was stuck but now I feel silly.
Solution was to ctrl+shift+enter to make the { } appear around the formula.