+ Reply to Thread
Results 1 to 11 of 11

Need Help On IF Formula Plz

  1. #1
    Registered User
    Join Date
    10-06-2006
    Posts
    6

    Need Help On IF Formula Plz

    Hey Thnx For Helping IN Advance.

    I Have Got A Problem I need the information to come up in the cell with nothing but it still keeps coming up with FALSE

    The Formula I have Writing in is:

    =IF(B2="","")=IF(B2=C2,"correct")

    I would have thought this would have been write i have only been using excel for about a week.

    Plz Post Back Ty

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Snooza35
    Hey Thnx For Helping IN Advance.

    I Have Got A Problem I need the information to come up in the cell with nothing but it still keeps coming up with FALSE

    The Formula I have Writing in is:

    =IF(B2="","")=IF(B2=C2,"correct")

    I would have thought this would have been write i have only been using excel for about a week.

    Plz Post Back Ty
    try this
    =IF(B2=C2,"correct","")

  3. #3
    Registered User
    Join Date
    10-06-2006
    Posts
    6

    Still Need Help

    Ok thnx for that it worked fine, now all i need is if the incorrect answer gets typed in wrong then what formula will i need to enter?

    =IF(B2=C2,"correct","")

    all i need is a formula if the incorrect answer is put into b2 but to still come up with correct and leave the box blank.

    thnx for the help starguy :D

    Plz Help

  4. #4
    Forum Contributor
    Join Date
    09-04-2006
    Location
    Yorkshire, England
    Posts
    267
    try:

    =IF(B2=C2,"correct","Incorrect")

    Is this what u are after?
    JR
    Versions
    Mac OS X 'Leopard'
    Mac MS Office Excel 2004
    Windows XP
    MS Excel 2002
    MS Excel 2003

  5. #5
    Registered User
    Join Date
    10-06-2006
    Posts
    6

    Nope Dint Work

    Nah It didnt help abit. Sorry.
    Still Looking for the answer its quite hard.

    thnx agen for trying Bro.

  6. #6
    Forum Contributor kraljb's Avatar
    Join Date
    05-26-2004
    Location
    Illinois
    MS-Off Ver
    2007 (recent change)
    Posts
    256
    If what you are looking for is a formula to do the following

    If B2 is blank then Blank
    If B2 is C2 then Correct
    If B2 is not blank and not C2 then Incorrect

    =if(B2="","",if(B2=C2,"Correct","Incorrect"))

    That formula should take care of it...

  7. #7
    Registered User
    Join Date
    10-10-2006
    Posts
    1

    Work it out yourself

    How about you do your own ICT coursework?

    Im very disappointed in you Snooza!

    Tim Crapnell

  8. #8
    Registered User
    Join Date
    10-06-2006
    Posts
    6

    Thanks Guys

    Cheers for the help, Ok Now I Need Help My Next Step!

    If B2 is blank then Blank
    If B2 is C2 then Correct
    If B2 is not blank and not C2 then Incorrect

    I Need E2 to be 0 and if someone answers a question i need it to go to 1

    if d2 is correct or incorrect e2=1
    but if it is blank to be 0

    btw who is tim?

    ty again you help loads

  9. #9
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Snooza35
    Cheers for the help, Ok Now I Need Help My Next Step!

    If B2 is blank then Blank
    If B2 is C2 then Correct
    If B2 is not blank and not C2 then Incorrect

    I Need E2 to be 0 and if someone answers a question i need it to go to 1

    if d2 is correct or incorrect e2=1
    but if it is blank to be 0

    btw who is tim?

    ty again you help loads
    put in E1

    =IF(D2="",0,1)

    Regards

  10. #10
    Registered User
    Join Date
    10-06-2006
    Posts
    6

    Thanx For The Help

    Thanks Again,

    Btw is there any how i can lock the cells but still be able to type in a few certains ones?

    Im Still New To Excel So Help Will Be Much Apreciated.

    Snooza

  11. #11
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Snooza35
    Thanks Again,

    Btw is there any how i can lock the cells but still be able to type in a few certains ones?

    Im Still New To Excel So Help Will Be Much Apreciated.

    Snooza

    select all those cells which you want to allow for data entry. (you need to select one by one if they are not in a range)
    right click on that cell > click Format Cell...
    under Protection tab uncheck Lock option.
    (repeat this process for all cells you want to allow data entry)

    now protect your sheet.
    go to Tools menu > Protection > Protect Sheet > (enter passward if you want) press Ok

    now you can enter data only in those cells which you have unlocked (unchecked the Lock option).

    to enter data in all cells you need to unprotect sheet.
    Tools > Protection > Unprotect sheet.

    Regards.

+ 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