Hi All,
having some formula difficulties and hoping somebody may be able to assist. I am trying to find the corresponding value on the "total operating expenses" line on 'G+A' tab (column names are in column A, the data goes from columns B:AM), provided that the value in row 7 is "Company Inc." and the value in row 9 is the date (in this case 1/31/2018).
The answer for this particular cell would be found in column Z, for instance, but my formula is returning an error.
Can anybody see where I have gone wrong? Thanks in advance!
=INDEX('G+A'!B:AM,MATCH("Total Operating Expenses",'G+A'!A:A,1),MATCH("Company Inc.",'G+A'!B7:AM7,1),MATCH("1/31/2018",'G+A'!B9:AM9,1))
having some formula difficulties and hoping somebody may be able to assist. I am trying to find the corresponding value on the "total operating expenses" line on 'G+A' tab (column names are in column A, the data goes from columns B:AM), provided that the value in row 7 is "Company Inc." and the value in row 9 is the date (in this case 1/31/2018).
The answer for this particular cell would be found in column Z, for instance, but my formula is returning an error.
Can anybody see where I have gone wrong? Thanks in advance!
=INDEX('G+A'!B:AM,MATCH("Total Operating Expenses",'G+A'!A:A,1),MATCH("Company Inc.",'G+A'!B7:AM7,1),MATCH("1/31/2018",'G+A'!B9:AM9,1))