lite4d
Board Regular
- Joined
- Jan 25, 2010
- Messages
- 54
I have a spreadsheet that counts records between dates. As you change the dates, the numbers will change. I have to have a min number of records for 7 days but if not then post what you have during those dates..
C4 can be "Daily" or Weekly" but we just pull weekly.
C5=Total records within the dates
C6=max of 15 but if C5 is lower than C6 then C5
What I have that isn't working:
=ROUNDUP(IF(C4="Weekly",MAX(MIN(C5,15/7),0)*NETWORKDAYS(C3,D3,Calendar!E3:E17)),0)
C4 can be "Daily" or Weekly" but we just pull weekly.
C5=Total records within the dates
C6=max of 15 but if C5 is lower than C6 then C5
What I have that isn't working:
=ROUNDUP(IF(C4="Weekly",MAX(MIN(C5,15/7),0)*NETWORKDAYS(C3,D3,Calendar!E3:E17)),0)