+ Reply to Thread
Results 1 to 3 of 3

Disregard blank (no value)

  1. #1
    Registered User
    Join Date
    06-06-2010
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    8

    Disregard blank (no value)

    I cant seem to find reference to what I think are the more simple instructions, so apologies for asking "Dummy" questions.

    I have a simple 2 cell addition in E6 =SUM(E5:F5)
    This is duplicated for many rows.

    I need to amend this to disregard if there is no value in F5 (blank)
    is this possible?

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482

    Re: Disregard blank (no value)

    =if(f5="","",e5+f5)
    Should do the trick

  3. #3
    Registered User
    Join Date
    06-06-2010
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Disregard blank (no value)

    Cheers Dave, perfect

    If I now wanted to CAP the total to say 150, as the maximum allowed, is there an easy way to do that?

    I'm saying even if the total was 156 or even 212 then the cell would read 150?

    Thanks for your help

+ 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