Hi
Suppose I have a formula Sum(a1:a100).
How do I display an error instead of the sum if any of the cells is blank or non numeric (zero accepted).
Thanks
Hi
Suppose I have a formula Sum(a1:a100).
How do I display an error instead of the sum if any of the cells is blank or non numeric (zero accepted).
Thanks
Simple formula is :
Formula:
=SUM($A$1:$A$100)
With Greater than Criteria :
Formula:
=SUMIF($A$1:$A$100,">1",$A$1:$A$100)
For multiple criteria use =sumifs
atul
If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.
Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".
=if(count(a1:a100)=rows(a1:a100),sum(a1:a100)," "+0)
Samba
Say thanks to those who have helped you by clicking Add Reputation star.
...and the winner is nfsales!
Thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks