+ Reply to Thread
Results 1 to 3 of 3

IF function with TRUE and FALSE equations

  1. #1
    Registered User
    Join Date
    08-28-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    9

    Post IF function with TRUE and FALSE equations

    I am trying to use a simple IF function but I would like the answer if true to be the value of an equation pulled from that rows cells. Is this possible?

    I wrote the equation...

    =IF($E2>=$I2,"=($G2*$H2)","false")

    However IF true, "($G@*$H2)" appears in my cell and not the value of that equation. Is there a better technique to preform this function?

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: IF function with TRUE and FALSE equations

    Try this one

    Please Login or Register  to view this content.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: IF function with TRUE and FALSE equations

    oeldere's formula will give you the results.

    But you could do away with the "false" unless you want it displayed in lower case . The IF function will default to FALSE if the condition is not met

    Hence, simply use
    =IF($E2>=$I2,$G2*$H2)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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