+ Reply to Thread
Results 1 to 7 of 7

Help needed with IF Statement

  1. #1
    Registered User
    Join Date
    11-29-2006
    Posts
    3

    Help needed with IF Statement

    I need to make an IF statement. Although this may sound a bit complicated i hope someone can help me produce one.

    I need to produce an IF statement where if i send a letter that weighs 100g first class it costs 32p and if i send it 2nd class it costs 23p.

    thanks

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    But the weight does not seem to modify price ...
    If you input class selected in cell B1, in cell C1 type

    Please Login or Register  to view this content.
    HTH
    Carim

  3. #3
    Registered User
    Join Date
    11-29-2006
    Posts
    3
    sorry - have worded it slightly wrong -here goes again.
    although the formula below is wrong as it says there are too many arguments, hopefully you can see what i am trying to do

    =IF(b14=Packet,b8<=100,b11=1,"100")

    i dont know how to write 'if this AND this AND this is this then the price is 100'
    i really cant word this correctly


    thanks for the advice anyway

  4. #4
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Ok then ...

    In cell B11 type following formula ...

    Please Login or Register  to view this content.
    HTH
    Carim

  5. #5
    Registered User
    Join Date
    11-29-2006
    Posts
    3
    Ive tried what you sed and just get #NAME?

  6. #6
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Sorry, ...
    not attentive enough ...

    Please Login or Register  to view this content.
    HTH
    Carim

  7. #7
    Registered User
    Join Date
    10-27-2006
    Posts
    43
    =IF(C24<100,32,23)

    with cell c24 being the package weight
    With every stupid question I ask, its one less in my mind...Thanks everyone, I'm learning.

+ 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