Results 1 to 3 of 3

A peculiar conditional sum

Threaded View

THEGIOS A peculiar conditional sum 12-10-2007, 03:58 AM
VBA Noob Maybe Change , to ; ... 12-10-2007, 04:15 AM
THEGIOS mmmmm, this means that I... 12-10-2007, 06:27 AM
  1. #1
    Registered User
    Join Date
    12-10-2007
    Posts
    5

    A peculiar conditional sum

    Hi,

    I've been trying for a few days to sort out a way to solve my peoblem but couldn't, so here I am :-)

    Suppose you have range, let's say A1:A5, which can contain either a numeric value or an X, and then you have cell A6 whch is the sum of the above range.

    My problem is that when all cells in range A1:A5 are X then A6 displays a zero, which I don't want: I want a blank instead.

    The reason is that I need to distinguish between all zeroes in the range and all X, but in both cases in A6 I have zero.

    I have tried in many different ways but nothing works, including the following

    A6 = IF(ISNUMBER(A1:A5); SUM(A1:A5); "")



    Thanks
    Last edited by VBA Noob; 12-10-2007 at 04:02 AM.

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