Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
zuri125
 
Posts: n/a
Default a function that counts the number of cells with information


Is there such a function that counts the amount of cells with
information in them. For example right now Im trying to find this so I
can find an average. So Im wanting to divide the autosum by the number
of cells with information. The numbers that make up the autosum have
blank cells in between them, so i cant just count the number of cells;
i need the number of cells with information on them.
I hope you understand what Im asking for. Tell me if u want me to
explain more.
Thanks


--
zuri125
------------------------------------------------------------------------
zuri125's Profile: http://www.excelforum.com/member.php...o&userid=31131
View this thread: http://www.excelforum.com/showthread...hreadid=549291

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
VN
 
Posts: n/a
Default a function that counts the number of cells with information

The AVERAGE function can give you the corect result , even if it will
have blank in your range.


or you can this formula to counts the amount of cells with information
in them.

This formula for counting cell that stored any information .
=SUMPRODUCT(--NOT(ISBLANK(A1:A10)))


This formula for counting cell that stored number only.
=SUMPRODUCT(--ISNUMBER(A1:A10))




----------------------------
VN.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Number format exactly the same, displays differently in some cells eider Excel Discussion (Misc queries) 1 July 29th 05 12:26 AM
Counting the total number of cells with specified condition(freque Kelvin Excel Discussion (Misc queries) 2 July 10th 05 12:22 PM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM
CELLS HAVING SAME NUMBER BY CHANGING ANY CELL JOHN MORREY Excel Discussion (Misc queries) 2 December 2nd 04 02:50 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 04:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"