Give name and sales number of lead cashier?

RankSinatra

New Member
Joined
Jan 19, 2018
Messages
3
I have a table with dates in the horizontal axis and names in vertical. I need a function that would give me both the name of the top salesperson for a week ending in a selected date and their sales for that period.
For example, for the same information by day I used these 2 equations:
=MAX(INDEX('Yearly Input - AP'!C4:NN36,0,MATCH(D5,'Yearly Input - AP'!C3:NN3,0))) <-Max sales on that date
=IFERROR(INDEX('Yearly Input - AP'!A4:A36,MATCH('Cover Tab'!E7,INDEX('Yearly Input - AP'!C4:NN36,0,MATCH(D5,'Yearly Input - AP'!C3:NN3,0)),0)),"No data found") <- Name of salesperson

Range is all dates in the coming year, C4:NN36
Date referenced is chosen in cell on same sheet, D5

Need name and total max sales per week?
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
BUMP
Just need to know how to calculate the max of each row's sums within a variable set of columns depending on last day of the week.
 
Upvote 0

Forum statistics

Threads
1,214,399
Messages
6,119,279
Members
448,884
Latest member
chuffman431a

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