Results 1 to 3 of 3
  1. #1
    d9pierce1 is offline Expert
    Windows 10 Access 2016
    Join Date
    Jan 2012
    Location
    Oklahoma
    Posts
    754

    Excell formula If NotNull Statement?

    HI all,
    This is actually an excel sheet I am having a problem with an if statement in.
    Cell F33 =SUM(E33-D33)


    This is currency and I am trying to get a statement that the formula above will only calculate if E33 is not blank or notnull. If no number in E33, then this wont calculate?
    Can anyone assist with this, I know this is excel in an access forum so any assistance would be greatful.
    Thanks


  2. #2
    orange's Avatar
    orange is online now Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,716
    I'm not an excel person but you might try (this guess)

    =SUM(IF(ISBLANK(E33),,E33-D33))

    Click image for larger version. 

Name:	E33.PNG 
Views:	14 
Size:	9.6 KB 
ID:	40049

  3. #3
    d9pierce1 is offline Expert
    Windows 10 Access 2016
    Join Date
    Jan 2012
    Location
    Oklahoma
    Posts
    754
    thank you,
    Dave

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 7
    Last Post: 05-12-2018, 01:13 PM
  2. Replies: 19
    Last Post: 07-13-2015, 10:15 AM
  3. upload to excell
    By mujahid in forum Import/Export Data
    Replies: 11
    Last Post: 10-30-2013, 04:20 PM
  4. Exporting to excell help
    By stevanb in forum Access
    Replies: 1
    Last Post: 08-23-2011, 01:34 PM
  5. print to excell
    By Glenwood in forum Access
    Replies: 1
    Last Post: 05-10-2011, 06:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums