PoggiPJ
Active Member
- Joined
- Mar 25, 2008
- Messages
- 330
Originally I only needed the latest date in a list - simple, Max(A2:A7). Now I need to only consider end dates where the Extended Total is >0. I understand the basics of how array formulas work and have written some simple ones, but I am struggling with an array formula that will give me the max of col A when Col B > 0. In the following example rows 3 and 5 would be excluded and the result would be 5/31/2016. Would really appreciate some help.
Excel 2003
<tbody>
[TD="align: center"]1[/TD]
[TD="align: center"]2[/TD]
[TD="align: right"]3/1/2013[/TD]
[TD="align: right"] 4,339.00[/TD]
[TD="align: center"]3[/TD]
[TD="align: right"]12/31/2017[/TD]
[TD="align: right"] -[/TD]
[TD="align: center"]4[/TD]
[TD="align: right"]5/15/2015[/TD]
[TD="align: right"] 39,992.00[/TD]
[TD="align: center"]5[/TD]
[TD="align: right"]7/31/2016[/TD]
[TD="align: right"] -[/TD]
[TD="align: center"]6[/TD]
[TD="align: right"]4/1/2013[/TD]
[TD="align: right"][/TD]
[TD="align: center"]7[/TD]
[TD="align: right"]5/31/2016[/TD]
[TD="align: right"] 5,422.00[/TD]
</tbody>
Excel 2003
A | B | |
---|---|---|
Coverage Ends | Extended Total | |
<tbody>
[TD="align: center"]1[/TD]
[TD="align: center"]2[/TD]
[TD="align: right"]3/1/2013[/TD]
[TD="align: right"] 4,339.00[/TD]
[TD="align: center"]3[/TD]
[TD="align: right"]12/31/2017[/TD]
[TD="align: right"] -[/TD]
[TD="align: center"]4[/TD]
[TD="align: right"]5/15/2015[/TD]
[TD="align: right"] 39,992.00[/TD]
[TD="align: center"]5[/TD]
[TD="align: right"]7/31/2016[/TD]
[TD="align: right"] -[/TD]
[TD="align: center"]6[/TD]
[TD="align: right"]4/1/2013[/TD]
[TD="align: right"][/TD]
[TD="align: center"]7[/TD]
[TD="align: right"]5/31/2016[/TD]
[TD="align: right"] 5,422.00[/TD]
</tbody>
Sheet1