Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Microsoft Excel Formula Query  (Read 2344 times)

0 Members and 1 Guest are viewing this topic.

Lorraine

    Topic Starter


    Rookie

    Microsoft Excel Formula Query
    « on: June 24, 2010, 05:26:17 PM »
    Hi,

    I am trying to find out how I can use the IF function to display results in a specific cell, for example; if cell a1>20 then I want the True to appear in cell k2, if the answer is false then appear in k3. I am having no trouble using the standard IF function but I have no idea how to go about building on it (sorry). I am currently using Excel 2003.

    Any help would be appreciated.

    Thanks

    soybean



      Genius
    • The first soybean ever to learn the computer.
    • Thanked: 469
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 10
    Re: Microsoft Excel Formula Query
    « Reply #1 on: June 24, 2010, 10:01:24 PM »
    Do you mean k3 would show "False"?  If so, here are formulas for k2 and k3:

    In k2, put =IF(A1>20,"True","")

    In k3, put =IF(A1>20,"","False")


    Lorraine

      Topic Starter


      Rookie

      Re: Microsoft Excel Formula Query
      « Reply #2 on: June 25, 2010, 02:06:03 AM »
      Thank you so much, that is my problem sorted.

      Much appreciated.