+ Reply to Thread
Results 1 to 2 of 2

how do i setup an if, then statement

  1. #1
    steve
    Guest

    how do i setup an if, then statement

    i want to test a cell - a2 - for a value >0
    if >0 i want to multiply a1*a2
    else do nothing
    t.i.a.

  2. #2
    JE McGimpsey
    Guest

    Re: how do i setup an if, then statement

    One way:

    =IF(A2>0,A1*A2,"")

    The "" is a null string, so it technically doesn't "do nothing"
    (functions always return some value), but it won't display anything.


    In article <[email protected]>,
    "steve" <[email protected]> wrote:

    > i want to test a cell - a2 - for a value >0
    > if >0 i want to multiply a1*a2
    > else do nothing
    > t.i.a.


+ 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