+ Reply to Thread
Results 1 to 2 of 2

Help With An If Formula

  1. #1
    Registered User
    Join Date
    02-10-2006
    Posts
    9

    Help With An If Formula

    Hey everyone,


    First time with an IF formulas.

    A1=5
    IF B1=2pk
    C3=5/4
    Please help.

  2. #2
    pinmaster
    Guest
    Maybe something like:

    in C3
    =IF(B1="2pk",A1/4,0)

    basic of formula
    IF(condition, if true, if false)

    condition - B1 = "2pk" ....will calculate to TRUE or FALSE
    if true - A1/4 or any value you want returned
    if false - 0 or "" to return a blank cell or any value you want returned

    Hope this helps!
    Jean-Guy

+ 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