Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Cell A2 has the formula =COUNTA(A3:A3000) which counts the non-blanks in the range. I would like to display a warning message if the count is over 10. How do I do that? Thanks, Luther ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=if(COUNTA(A3:A3000)10,"Too many blanks!", countA(A3:A3000) & " blanks is
OK") -- Regards, Tom Ogilvy "lothario" wrote in message ... Hi, Cell A2 has the formula =COUNTA(A3:A3000) which counts the non-blanks in the range. I would like to display a warning message if the count is over 10. How do I do that? Thanks, Luther ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tom
------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I display character count on the status bar? | Excel Worksheet Functions | |||
Display count of filtered rows | Excel Discussion (Misc queries) | |||
count and display unique values | Excel Worksheet Functions | |||
How can the count of filtered records always display? | Excel Worksheet Functions | |||
Display count of rows | Excel Worksheet Functions |