Close

Results 1 to 5 of 5
  1. #1
    DF VIP Member
    satzzz's Avatar
    Join Date
    Oct 2000
    Location
    Here
    Posts
    2,662
    Thanks
    157
    Thanked:        564
    Karma Level
    470

    Help can someone help with an easy formula?

    I've attached the spread sheet in question. I have successfully completed one formula but i'm struggling with two more. If you open the file and look on the Net Promoter Score tab. Where the student numbers are listed and the numbers 0-6 are I have managed to enter the correct formula so that if on the Course Feedback (L&B & BSI) tab on question 12 on every students answer if 0-6 is inputted a 1 appears on the corresponding students number on the Net Promoter Score tab.That formula being =IF('Course Feedback (L&B & BSI)'!D17<=6,1,0)
    Now I want to do the same if the student puts 7 or 8 and then another for the 9 and 10 area. For the life of me I just cant seem to foud how to add it to the formula for the 7+8 and 9+10.

    Hope you can understand what im getting at. Can anyone help.
    Attached Files Attached Files
    Just use enough water to cover your vegetables,the same goes for when you're having a bath....

  2. #2
    DF VIP Member neilcritc's Avatar
    Join Date
    Dec 2003
    Location
    Rochdale
    Posts
    818
    Thanks
    71
    Thanked:        42
    Karma Level
    321

    Default Re: can someone help with an easy formula?

    =IF('Course Feedback (L&B & BSI)'!E17=7,1,IF('Course Feedback (L&B & BSI)'!E17=8,1,0))
    and
    =IF('Course Feedback (L&B & BSI)'!E17=9,1,IF('Course Feedback (L&B & BSI)'!E17=10,1,0))

    ???

    Thanks to neilcritc

    satzzz (25th July 2014)  


  3. #3
    DF VIP Member neilcritc's Avatar
    Join Date
    Dec 2003
    Location
    Rochdale
    Posts
    818
    Thanks
    71
    Thanked:        42
    Karma Level
    321

    Default Re: can someone help with an easy formula?

    drop me a pm we can have a chat ill get you a solution

    Thanks to neilcritc

    satzzz (25th July 2014)  


  4. #4
    DF VIP Member pattikins's Avatar
    Join Date
    Jul 2001
    Location
    manchester
    Posts
    795
    Thanks
    251
    Thanked:        81
    Karma Level
    344

    Default Re: can someone help with an easy formula?

    The same as above, but with offset to make life easier (starting @ H2).
    =IF(OFFSET('Course Feedback (L&B & BSI)'!$D$15,0,ROW()-2)=9,1,IF(OFFSET('Course Feedback (L&B & BSI)'!$D$15,0,ROW()-2)=10,1,0))

    Thanks to pattikins

    satzzz (28th July 2014)  


  5. #5
    DF VIP Member akimba's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    2,846
    Thanks
    1,034
    Thanked:        783
    Karma Level
    369

    Default Re: can someone help with an easy formula?

    =IF(OR('Course Feedback (L&B & BSI)'!D17=7,'Course Feedback (L&B & BSI)'!D17=8),1,0)

    AND

    =IF(OR('Course Feedback (L&B & BSI)'!D17=9,'Course Feedback (L&B & BSI)'!D17=10),1,0)

    Thanks to akimba

    satzzz (28th July 2014)  


Similar Threads

  1. Formula 1 Is Boring
    By Digi Program in forum General Sports
    Replies: 10
    Last Post: 1st October 2002, 04:16 PM
  2. Free X-box or Ps2 when you sign up for speak easy internet
    By BomFunkDaddy in forum Cheapskates Corner
    Replies: 1
    Last Post: 23rd September 2002, 01:42 PM
  3. Help building a Formula 1 car body (sort of)
    By bozza in forum Home Audio/Video, Electronic Toys & Gadgets
    Replies: 2
    Last Post: 16th September 2002, 04:05 PM
  4. GT 2002 too easy.......?
    By deecee in forum Microsoft Consoles
    Replies: 7
    Last Post: 14th September 2002, 08:04 PM
  5. Formula farce
    By 4me2 in forum General Sports
    Replies: 17
    Last Post: 31st August 2002, 03:31 PM

Social Networking 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
  •