Summarising Dates and Players

Steve 1962

Active Member
Joined
Jan 3, 2006
Messages
349
Office Version
  1. 365
Platform
  1. Windows
Hi

I am attempting to identify the names of players that have not paid up their subscription to a nominated date.

Cells G2 to H5 summarise when each player is due to pay. The nominated fee is $3.00. Anyone that has less than $3.00 will be assigned the respective date that they are due (as noted in the table A1 to E5).

I want Excel to automatically summarise the upaid players (with the correct date) in cells G2 to H5.

Thanks

SH
Book1.xlsx
ABCDEFGH
111-Apr18-Apr25-Apr2-MayDue
2Bill$3.00$3.00$2.89Bill25-Apr
3Frank$3.00$2.70Frank18-Apr
4Greg$3.00$2.55Greg18-Apr
5Arnie$0.25Arnie11-Apr
Sheet1
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Try:

=INDEX(B$1:E$1,,MATCH(TRUE,B2:E2<3,FALSE))

which must be confirmed with Ctrl+Shift+Enter, not just Enter. If correctly entered Excel will surround this array formula with curly braces {}.
 
Upvote 0
Hey Andrew

Really great - works terrifically.

Thanks heaps.

Steve
(Townsville, QLD)
 
Upvote 0

Forum statistics

Threads
1,214,851
Messages
6,121,931
Members
449,056
Latest member
denissimo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top