cjgrafixdesign
New Member
- Joined
- Feb 7, 2019
- Messages
- 2
HELP :D
I'm building a formula that would find between two dates and SUM which if found this on your site very useful formula
=COUNTIFS(AH9:AJ60,">="&AA64,AH9:AJ60,"<="&AF64)
The formula helps me find all the dates I needed to count within certain worksheets.
for example I have this
START DATE (OCTOBER 1, 2018)
END DATE (OCTOBER 31, 2018)
Within 12 worksheet it did find all dates between October 1 to October 31.
however, i'd like to ask if .. it is possible for a formula that aside from finding those dates between. is it possible to have it SUM/DIFF into another date and it will only COUNTIF if it is greater than 3.
example data:
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A<strike></strike>
[/TD]
[TD="align: center"]B<strike></strike>
[/TD]
[TD="align: center"]C <strike></strike>
[/TD]
[/TR]
[TR]
[TD]DESCRIPTION<strike></strike>
[/TD]
[TD]DATE FILE <strike></strike>
[/TD]
[TD] DATE PROCESS <strike></strike>
[/TD]
[/TR]
[TR]
[TD]APPLE <strike></strike>
[/TD]
[TD]10/05/2018 <strike></strike>
[/TD]
[TD]10/10/2018 <strike></strike>
[/TD]
[/TR]
[TR]
[TD]GRAPES<strike></strike>
[/TD]
[TD]11/05/2018 <strike></strike>
[/TD]
[TD]11/10/2018 <strike></strike>
[/TD]
[/TR]
[TR]
[TD]ORANGE<strike></strike>
[/TD]
[TD]12/05/2018
[/TD]
[TD] 12/05/2018 <strike></strike>
[/TD]
[/TR]
</tbody>[/TABLE]
=COUNTIFS(AH9:AJ60,">="&AA64,AH9:AJ60,"<="&AF64) NOTE: not the actual cell num
using the above formula will find the October, using column DATE PROCESS....after finding the date is it possible to also test C-B (as long as it is under October) and will only display a value greater than 3 days
sorry for my first post newbies here :D
I'm building a formula that would find between two dates and SUM which if found this on your site very useful formula
=COUNTIFS(AH9:AJ60,">="&AA64,AH9:AJ60,"<="&AF64)
The formula helps me find all the dates I needed to count within certain worksheets.
for example I have this
START DATE (OCTOBER 1, 2018)
END DATE (OCTOBER 31, 2018)
Within 12 worksheet it did find all dates between October 1 to October 31.
however, i'd like to ask if .. it is possible for a formula that aside from finding those dates between. is it possible to have it SUM/DIFF into another date and it will only COUNTIF if it is greater than 3.
example data:
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A<strike></strike>
[/TD]
[TD="align: center"]B<strike></strike>
[/TD]
[TD="align: center"]C <strike></strike>
[/TD]
[/TR]
[TR]
[TD]DESCRIPTION<strike></strike>
[/TD]
[TD]DATE FILE <strike></strike>
[/TD]
[TD] DATE PROCESS <strike></strike>
[/TD]
[/TR]
[TR]
[TD]APPLE <strike></strike>
[/TD]
[TD]10/05/2018 <strike></strike>
[/TD]
[TD]10/10/2018 <strike></strike>
[/TD]
[/TR]
[TR]
[TD]GRAPES<strike></strike>
[/TD]
[TD]11/05/2018 <strike></strike>
[/TD]
[TD]11/10/2018 <strike></strike>
[/TD]
[/TR]
[TR]
[TD]ORANGE<strike></strike>
[/TD]
[TD]12/05/2018
[/TD]
[TD] 12/05/2018 <strike></strike>
[/TD]
[/TR]
</tbody>[/TABLE]
=COUNTIFS(AH9:AJ60,">="&AA64,AH9:AJ60,"<="&AF64) NOTE: not the actual cell num
using the above formula will find the October, using column DATE PROCESS....after finding the date is it possible to also test C-B (as long as it is under October) and will only display a value greater than 3 days
sorry for my first post newbies here :D