#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Pls Help

Hi this is my first time working with formulas from scratch so I need some
assistance.

I just need to create a formula that will provide a message in a different
cell (not in a popup message) if a range of cells (ie: A3:A30) are all
filled, no cells are left blank.

What I'm trying to do is create a self registration for people to sign up
for classes and once all cells are filled with names I want a message to
appear saying "Sorry this Class is filled, Pls contact......")

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Pls Help

Hi,

=IF(COUNTBLANK(A3:A30)=0,"Sorry","Only "&COUNTBLANK(A3:A30)&" Spot
Left")

should do the job ...

HTH
Cheers
Carim

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Pls Help

Hi Carim,

Thanks for the reply but I tried that and what it does, I assume is count
the blank spots. I only want the message ("Class is filled") to appear if
there are NOMORE blanks left in the fields (A3:A30). Any suggestions?

"Carim" wrote:

Hi,

=IF(COUNTBLANK(A3:A30)=0,"Sorry","Only "&COUNTBLANK(A3:A30)&" Spot
Left")

should do the job ...

HTH
Cheers
Carim


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default Pls Help

Try this:

=IF(COUNTA(A3:A30)=28,"Class is filled")

HTH,
Paul

"beemerGirL" <beemerGirL @discussions.microsoft.com wrote in message
...
Hi this is my first time working with formulas from scratch so I need some
assistance.

I just need to create a formula that will provide a message in a different
cell (not in a popup message) if a range of cells (ie: A3:A30) are all
filled, no cells are left blank.

What I'm trying to do is create a self registration for people to sign up
for classes and once all cells are filled with names I want a message to
appear saying "Sorry this Class is filled, Pls contact......")

Thanks!



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Pls Help

Carim...

I tried playing around with what you gave me and it worked (disregard my
last post)! Thanks so much! You really helped with what I needed.

Mary Ann

"Carim" wrote:

Hi,

=IF(COUNTBLANK(A3:A30)=0,"Sorry","Only "&COUNTBLANK(A3:A30)&" Spot
Left")

should do the job ...

HTH
Cheers
Carim




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Pls Help

Mary Ann,

Glad I could help ...

Thanks for the feedback

Cheers
Carim

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



All times are GMT +1. The time now is 03:02 AM.

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

About Us

"It's about Microsoft Excel"