bluepenink
Well-known Member
- Joined
- Dec 21, 2010
- Messages
- 585
hey
Im having some major issue trying to get my formula to give me the correct results.
basically, i have invoices times that either fall within the three criteria
over 1 day service
=COUNTIF(Master!$U$9:$U$2976,">0")-COUNTIF(Master!$U$9:$U$2976,"<2")
over 2 day service
=COUNTIF(Master!$U$9:$U$2976,">1")-COUNTIF(Master!$U$9:$U$2976,"<=2")
over 3 day service
=COUNTIF(Master!$U$9:$U$2976,">3")-COUNTIF(Master!$U$9:$U$2976,"<=4")
over 4 day service
=COUNTIF(Master!$U$9:$U$2976,">4")-COUNTIF(Master!$U$9:$U$2976,"<=5")
over 5+ day service
=COUNTIF(Master!$T$9:$T$2976,">="&B55)
the formula appear to not be correct, or at least is not giving me the correct figures :S
if someone can pls advise, taht would be great!!! been beating my head over this
also, i need to calculate the $ amount taht is associated with 1 day service, 2 days...etc
if someone can pls help out, taht would be great. thx you.
Im having some major issue trying to get my formula to give me the correct results.
basically, i have invoices times that either fall within the three criteria
over 1 day service
=COUNTIF(Master!$U$9:$U$2976,">0")-COUNTIF(Master!$U$9:$U$2976,"<2")
over 2 day service
=COUNTIF(Master!$U$9:$U$2976,">1")-COUNTIF(Master!$U$9:$U$2976,"<=2")
over 3 day service
=COUNTIF(Master!$U$9:$U$2976,">3")-COUNTIF(Master!$U$9:$U$2976,"<=4")
over 4 day service
=COUNTIF(Master!$U$9:$U$2976,">4")-COUNTIF(Master!$U$9:$U$2976,"<=5")
over 5+ day service
=COUNTIF(Master!$T$9:$T$2976,">="&B55)
the formula appear to not be correct, or at least is not giving me the correct figures :S
if someone can pls advise, taht would be great!!! been beating my head over this
also, i need to calculate the $ amount taht is associated with 1 day service, 2 days...etc
if someone can pls help out, taht would be great. thx you.