+ Reply to Thread
Results 1 to 2 of 2

If statement

  1. #1
    Registered User
    Join Date
    05-19-2007
    Posts
    1

    If statement

    Hello everyone - newbie....
    Is there a formula for something like this?
    If cell A1 equals 0, then leave cell G2 blank AND
    If cell A1 is greater than 0 then perform a calculation in g2 (B2-F2 is the formula)

    I have this huge spreadsheet and I only want it to calculate the formula in G2 if there is a value in there.

    Hope I make sense!

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    =if(a2>0,b2-f2,"")

    note this leaves the cell blank for a2<0 as well as a2=0
    not a professional, just trying to assist.....

+ 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