BoGuSforLife
New Member
- Joined
- Jul 17, 2011
- Messages
- 8
=IF(AND('Available ATO Hours'!A:A>=(TODAY()-15),'Available ATO Hours'!A:A<=(TODAY()+15)),SUMIF('Available ATO Hours'!F:F,'ATO Usage'!B:B,'Available ATO Hours'!G:G),0)
For reference:
'Available ATO Hours'!A:A = Various dates
'Available ATO Hours'!F:F = Various names
'ATO Usage'!B:B = Names that can be found in 'Available ATO Hours'!F:F
'Available ATO Hours'!G:G = Various numerical values
Please keep in mind that I am relatively inexperienced with Excel but I have the exact same formula I made in a test sheet before I had the actual data and it works just fine. The only difference is that the data is in different columns but my logical tests are the same.
Any help would be greatly appreciated.
For reference:
'Available ATO Hours'!A:A = Various dates
'Available ATO Hours'!F:F = Various names
'ATO Usage'!B:B = Names that can be found in 'Available ATO Hours'!F:F
'Available ATO Hours'!G:G = Various numerical values
Please keep in mind that I am relatively inexperienced with Excel but I have the exact same formula I made in a test sheet before I had the actual data and it works just fine. The only difference is that the data is in different columns but my logical tests are the same.
Any help would be greatly appreciated.