+ Reply to Thread
Results 1 to 45 of 45

Range Changes with the Months

  1. #1
    Forum Contributor
    Join Date
    08-20-2005
    Posts
    171

    Range Changes with the Months

    =countif(Y9:BV9,"S")

    I need this range to vary with changing months, many thanks

    so in Sep it becomes =countif(Y9:BV9,"S")
    so in Oct it becomes =countif(AA9:BV9,"S")
    so in Nov it becomes =countif(AE9:BV9,"S")
    so in Dec it becomes =countif(AH9:BV9,"S")


    T

  2. #2
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  3. #3
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  4. #4
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  5. #5
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  6. #6
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  7. #7
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  8. #8
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  9. #9
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  10. #10
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  11. #11
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  12. #12
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  13. #13
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  14. #14
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  15. #15
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  16. #16
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  17. #17
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  18. #18
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  19. #19
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  20. #20
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  21. #21
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  22. #22
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  23. #23
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  24. #24
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  25. #25
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  26. #26
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  27. #27
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  28. #28
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  29. #29
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  30. #30
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  31. #31
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  32. #32
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  33. #33
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  34. #34
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  35. #35
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  36. #36
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  37. #37
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  38. #38
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  39. #39
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  40. #40
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  41. #41
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  42. #42
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  43. #43
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  44. #44
    Bernie Deitrick
    Guest

    Re: Range Changes with the Months

    T,

    What rule do you use to determine the range? Are there labels in another row, or dates?

    HTH,
    Bernie
    MS Excel MVP


    "T De Villiers" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




  45. #45
    Ian
    Guest

    Re: Range Changes with the Months

    =COUNTIF(CHOOSE(MONTH(NOW()),ref1,ref2,ref3,ref4,ref5,ref6,ref7,ref8,Y9:BV9,AA9:BV9,AE9:BV9,AH9:BV9),"S")

    Replace ref1 to ref8 to suit Jan to Aug

    --
    Ian
    --
    "T De Villiers" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > =countif(Y9:BV9,"S")
    >
    > I need this range to vary with changing months, many thanks
    >
    > so in Sep it becomes =countif(Y9:BV9,"S")
    > so in Oct it becomes =countif(AA9:BV9,"S")
    > so in Nov it becomes =countif(AE9:BV9,"S")
    > so in Dec it becomes =countif(AH9:BV9,"S")
    >
    >
    > T
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile:
    > http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=398140
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1