+ Reply to Thread
Results 1 to 4 of 4

"ISBLANK" forumula

  1. #1
    Registered User
    Join Date
    06-12-2008
    Posts
    12

    "ISBLANK" forumula

    Hi there.

    Struggling away here trying to have the following work out:

    IN the attached, I want cell "J5" to populate ONLY when there is something appearing in cell "I5". Unfortunately, that's not happening. Something appears in C5 or D5, and I get a result in the "J5".

    Same issue for cell "F5".... I only want a result if something is introduced into cell E5, but not before.

    (See Row 6 for a typical result as regards my problem).

    Anyone's help in this matter would be greatly appreciated.

    Thanks!

    Somebodyhadto
    Attached Files Attached Files

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    In E5

    =IF(D5="","",SUM(C5*D5)) and in J5

    =IF(I5="","",SUM(I5*D5)-(C5*D5))
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    06-12-2008
    Posts
    12

    Hi there. Thanks, but I may not have been clear...so sorry.

    Quote Originally Posted by oldchippy
    Hi,

    In E5

    =IF(D5="","",SUM(C5*D5)) and in J5

    =IF(I5="","",SUM(I5*D5)-(C5*D5))
    ------------------------------

    Whenever I input any figure into cells C5 or D5, cells G5 and J5 return results.

    I want them to stay blank (not return any result) until I've manually typed a figure into cell F5 (respective of cell G5) and into cell I5 (respective of cell J5).

    (But your formula is much cleaner than mine re the advice you have thus far provided - thanks.)

    Somebodyhadto

  4. #4
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    How about in E5

    =IF(OR(F5="",I5=""),"",SUM(C5*D5))

    and in J5

    =IF(I5="","",SUM(I5*D5)-(C5*D5))

+ 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