+ Reply to Thread
Results 1 to 3 of 3

sum if help

  1. #1
    Forum Contributor
    Join Date
    02-16-2006
    Posts
    200

    sum if help

    I would like to return a value in one cell if the criteria in another cell is met

    e.g. If cell A1 = X then B1 = 5
    If A1 blank then B1 = 0

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

    Lightbulb

    Quote Originally Posted by martins
    I would like to return a value in one cell if the criteria in another cell is met

    e.g. If cell A1 = X then B1 = 5
    If A1 blank then B1 = 0
    Try this in B1

    =IF(A1="X",5,IF(A1="",0))

  3. #3
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211
    Quote Originally Posted by martins
    I would like to return a value in one cell if the criteria in another cell is met

    e.g. If cell A1 = X then B1 = 5
    If A1 blank then B1 = 0
    =(A1="x")*5

+ 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