+ Reply to Thread
Results 1 to 3 of 3

if =0 ""

Hybrid View

  1. #1
    billy_bags
    Guest

    if =0 ""

    in K7 I have the sum of b7:F7
    if sum b7:f7 = 0.00 then i want to leave k7 blank; but if there is data in
    b7:f7 I want the total
    my formula is
    =if(b7:f7=0,"",sum(b7:f7))
    With figures in this range the current response is #VALUE

    I know it must be simple and I thought I had followed the logical tests etc
    that appear to prompt you
    but.....
    appreciate your clarification
    Bill

  2. #2
    ramana
    Guest

    Re: if =0 ""

    Hi bill,

    Just try this.

    K7=IF(OR(B7>0,C7>0,D7>0,E7>0,F7>0),SUM(B7:F7)," ").

    The formula worked for me.

    Regards

    Ramana


  3. #3
    JE McGimpsey
    Guest

    Re: if =0 ""

    One way:

    =IF(SUM(B7:F7)=0,"",SUM(B7:F7))

    In article <B5FAC831-EA6D-4F9A-8305-D1FF45AD39E7@microsoft.com>,
    "billy_bags" <billybags@discussions.microsoft.com> wrote:

    > in K7 I have the sum of b7:F7
    > if sum b7:f7 = 0.00 then i want to leave k7 blank; but if there is data in
    > b7:f7 I want the total
    > my formula is
    > =if(b7:f7=0,"",sum(b7:f7))
    > With figures in this range the current response is #VALUE
    >
    > I know it must be simple and I thought I had followed the logical tests etc
    > that appear to prompt you
    > but.....
    > appreciate your clarification
    > Bill


+ 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