+ Reply to Thread
Results 1 to 7 of 7

formula requirement

  1. #1
    pcor
    Guest

    formula requirement

    In g10 I will have one of four answers:
    it could be 1 to 5
    6 to 10
    11 to 15
    16 to 20
    If the answer sd 1 to 5 I want the response to be "a"
    should the answer in G10 between 11 and 15 I want to return "c"
    Will someone please help with the foluma.
    Thanks


  2. #2
    Roger Govier
    Guest

    Re: formula requirement

    Hi

    Try
    =IF(G10<6,"a",IF(G10<11,"b",IF(G10<16,"c","d")))

    --
    Regards

    Roger Govier


    "pcor" <[email protected]> wrote in message
    news:[email protected]...
    > In g10 I will have one of four answers:
    > it could be 1 to 5
    > 6 to 10
    > 11 to 15
    > 16 to 20
    > If the answer sd 1 to 5 I want the response to be "a"
    > should the answer in G10 between 11 and 15 I want to return "c"
    > Will someone please help with the foluma.
    > Thanks
    >




  3. #3
    Ron Coderre
    Guest

    RE: formula requirement

    Try this:
    =CHOOSE(TRUNC((G10-1)/5)+1,"a","b","c","d")

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "pcor" wrote:

    > In g10 I will have one of four answers:
    > it could be 1 to 5
    > 6 to 10
    > 11 to 15
    > 16 to 20
    > If the answer sd 1 to 5 I want the response to be "a"
    > should the answer in G10 between 11 and 15 I want to return "c"
    > Will someone please help with the foluma.
    > Thanks
    >


  4. #4
    pcor
    Guest

    RE: formula requirement

    worked great thanks


    "Ron Coderre" wrote:

    > Try this:
    > =CHOOSE(TRUNC((G10-1)/5)+1,"a","b","c","d")
    >
    > Does that help?
    >
    > ***********
    > Regards,
    > Ron
    >
    > XL2002, WinXP-Pro
    >
    >
    > "pcor" wrote:
    >
    > > In g10 I will have one of four answers:
    > > it could be 1 to 5
    > > 6 to 10
    > > 11 to 15
    > > 16 to 20
    > > If the answer sd 1 to 5 I want the response to be "a"
    > > should the answer in G10 between 11 and 15 I want to return "c"
    > > Will someone please help with the foluma.
    > > Thanks
    > >


  5. #5
    pcor
    Guest

    Re: formula requirement

    Also worked great...Thanks

    "Roger Govier" wrote:

    > Hi
    >
    > Try
    > =IF(G10<6,"a",IF(G10<11,"b",IF(G10<16,"c","d")))
    >
    > --
    > Regards
    >
    > Roger Govier
    >
    >
    > "pcor" <[email protected]> wrote in message
    > news:[email protected]...
    > > In g10 I will have one of four answers:
    > > it could be 1 to 5
    > > 6 to 10
    > > 11 to 15
    > > 16 to 20
    > > If the answer sd 1 to 5 I want the response to be "a"
    > > should the answer in G10 between 11 and 15 I want to return "c"
    > > Will someone please help with the foluma.
    > > Thanks
    > >

    >
    >
    >


  6. #6
    Roger Govier
    Guest

    Re: formula requirement

    Very neat, Ron

    --
    Regards

    Roger Govier


    "Ron Coderre" <[email protected]> wrote in message
    news:[email protected]...
    > Try this:
    > =CHOOSE(TRUNC((G10-1)/5)+1,"a","b","c","d")
    >
    > Does that help?
    >
    > ***********
    > Regards,
    > Ron
    >
    > XL2002, WinXP-Pro
    >
    >
    > "pcor" wrote:
    >
    >> In g10 I will have one of four answers:
    >> it could be 1 to 5
    >> 6 to 10
    >> 11 to 15
    >> 16 to 20
    >> If the answer sd 1 to 5 I want the response to be "a"
    >> should the answer in G10 between 11 and 15 I want to return "c"
    >> Will someone please help with the foluma.
    >> Thanks
    >>




  7. #7
    Ron Coderre
    Guest

    Re: formula requirement

    Thanks, Roger

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "Roger Govier" wrote:

    > Very neat, Ron
    >
    > --
    > Regards
    >
    > Roger Govier
    >
    >
    > "Ron Coderre" <[email protected]> wrote in message
    > news:[email protected]...
    > > Try this:
    > > =CHOOSE(TRUNC((G10-1)/5)+1,"a","b","c","d")
    > >
    > > Does that help?
    > >
    > > ***********
    > > Regards,
    > > Ron
    > >
    > > XL2002, WinXP-Pro
    > >
    > >
    > > "pcor" wrote:
    > >
    > >> In g10 I will have one of four answers:
    > >> it could be 1 to 5
    > >> 6 to 10
    > >> 11 to 15
    > >> 16 to 20
    > >> If the answer sd 1 to 5 I want the response to be "a"
    > >> should the answer in G10 between 11 and 15 I want to return "c"
    > >> Will someone please help with the foluma.
    > >> Thanks
    > >>

    >
    >
    >


+ 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