I am currently trying to create a summary page from a table of data. My excel file is attached.
My formula has not been pulling the company names correctly which is my problem.
I have been using the following array formula: =IFERROR(INDEX('Master Renewal List'!$A$1:$D$420,MATCH(LARGE(IF('Master Renewal List'!$A$1:$A$420="Pending",IF('Master Renewal List'!$D$1:$D$420<F$23,IF('Master Renewal List'!$D$1:$D$420>=D$23,'Master Renewal List'!$C$1:$C$420))),ROW(1:1)),'Master Renewal List'!$C$1:$C$420,0),3),"")
The formula looks at my list of data - pulls all pending contracts and sorts them largest to smallest between the date period. Once again - all data is attached in the excel file.
The dollar amounts are pulling correctly between the time periods. The formula is finding the pending deals and sorting them largest to smallest.
However, when I use the formula to match up the company name with the dollar amount between the time periods, it is not pulling correctly. I take it the formula is matching up the company name with the first correct value it finds - be it pending, renewed, or terminated - regardless of the time period.
For example, in November 09 - the 2nd largest deal open is 17,000. This is being pulled correctly. However, the Company name the formula associates that with is Company 11 (as that is the first company on the list with a 17k value) when it should in fact be Company 136
Unfortunately, I am somewhat limited to how much freedom i have with this file as it is a shared file being updated by various users with various versions of Excel (2003, 2007, Mac 2008)
Any help would be very appreciated!
Bookmarks