PC Review


Reply
Thread Tools Rate Thread

Basic Excel help for beinnger

 
 
pscoln1
Guest
Posts: n/a
 
      25th Jul 2006

Is there anyway to automatically update a spreadsheet when my client
updates a different spreadsheet (within the same workbook) and on the
same network.

I need to have a COUNT function to add up the total number of comments.
But these comments are long strings and the count function doesnt work.
Anyone have any suggestions. I figure I could use a macro but I have no
idea how to use them. So any guidance would be greatly appreciated.
Thanks.
Paul


--
pscoln1
------------------------------------------------------------------------
pscoln1's Profile: http://www.excelforum.com/member.php...o&userid=36702
View this thread: http://www.excelforum.com/showthread...hreadid=564812

 
Reply With Quote
 
 
 
 
ernestgoh
Guest
Posts: n/a
 
      25th Jul 2006

hi u can try a countif function

=COUNTIF(D1721,"<>")

"<>" will count the cells that are not empty.

thanks

--
ernestgo
-----------------------------------------------------------------------
ernestgoh's Profile: http://www.excelforum.com/member.php...fo&userid=2487
View this thread: http://www.excelforum.com/showthread.php?threadid=56481

 
Reply With Quote
 
Jay
Guest
Posts: n/a
 
      29th Jul 2006
ernestgoh wrote:
> hi u can try a countif function
>
> =COUNTIF(D1721,"<>")
>
> "<>" will count the cells that are not empty.
>
> thanks.
>
>


Erm, the above function will count the number of cells containing <>.
Not what the OP asked for. It should read:

=COUNTIF(D1721,"<>""")

Or an easier way of counting cells that aren't empty would be:

=COUNTA(D1721)

As the purpose of COUNTA is to count non-empty cells, no condition is
required. Whereas, the COUNT formula requires the <>"" which checks that
the cell is not equal to an empty string "". Although, as this condition
itself has to be in inverted commas, you end up with the clunky "<>"""

HTH,

Jay
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Basic module from Excel 2003 crashing in Excel 2007 Chuck Angier Microsoft Excel Misc 0 4th Dec 2007 01:42 AM
Can I run Visual Basic procedure using Excel Visual Basic editor? =?Utf-8?B?am9obi5qYWNvYnM3MQ==?= Microsoft Excel Programming 3 26th Dec 2005 02:22 PM
Some basic Excel help please. Steven Windows XP Networking 2 17th Aug 2004 10:52 PM
Excel Basic =?Utf-8?B?R2FuZXNhbiBUaGlydW1hdmFsYXZhbg==?= Microsoft Excel Programming 2 18th Dec 2003 05:22 AM
Basic Excel Help....! Simon L Microsoft Excel Misc 3 3rd Dec 2003 10:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:18 AM.