+ Reply to Thread
Results 1 to 3 of 3

IF statement question

  1. #1
    Registered User
    Join Date
    03-16-2012
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    15

    IF statement question

    Hello,

    I am trying to write the following formula:

    Cell A: 1
    Cell B: 10
    Cell C: 5
    Cell D: 2

    if (Cell A>0,"sum(cell B+cell C)*cell D","0")

    It is not working...

    Can I use some other formula ?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,578

    Re: IF statement question

    Is should be

    =IF(Cell A>0, (cell B+cell C)*cell D,0)
    You do not need the quotes and you do not need the SUM (Although that wasn't hurting)
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor Russell Dawson's Avatar
    Join Date
    03-01-2012
    Location
    Yorkshire, England
    MS-Off Ver
    2007
    Posts
    608

    Re: IF statement question

    You need to specify the cell by referring to the column "A" and row "1" etc. Without knowing what you are really trying to achieve this should point you in the right direction.

    =IF(A1>0,B1+C1,D1)

+ 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