+ Reply to Thread
Results 1 to 7 of 7

Help needed with IF Statement

Hybrid View

  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

    =IF(B1="1st","32p","23p")
    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 ...

    =IF(And(b14=Packet,b8<=100),1,"100")
    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 ...

    =IF(And(b14="Packet",b8<=100),1,100)
    HTH
    Carim

+ 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