Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
haf
 
Posts: n/a
Default indication of empty cell

i have rows where i have had put "+"
i want to set some kind of indicator if in that row is less then 3 empty
cells

help

--
pobrisi velika slova iz mejla i sve bu okej
http://hafomatic.blog.hr/
http://www.brunkovac.com/


  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

=IF(A1="+",COUNTBLANK(1:1)<3)

HTH
Jason
Atlanta, GA

-----Original Message-----
i have rows where i have had put "+"
i want to set some kind of indicator if in that row is

less then 3 empty
cells

help

--
pobrisi velika slova iz mejla i sve bu okej
http://hafomatic.blog.hr/
http://www.brunkovac.com/


.

  #3   Report Post  
haf
 
Posts: n/a
Default

i've tried like this
=IF((D5:H5;K5:N5)="+",COUNTBLANK(1:1)<3)

but doesn't work

"Jason Morin" wrote in message
...
=IF(A1="+",COUNTBLANK(1:1)<3)

HTH
Jason
Atlanta, GA

-----Original Message-----
i have rows where i have had put "+"
i want to set some kind of indicator if in that row is

less then 3 empty
cells

help

--
pobrisi velika slova iz mejla i sve bu okej
http://hafomatic.blog.hr/
http://www.brunkovac.com/


.



  #4   Report Post  
GerryK
 
Posts: n/a
Default

Could you not simply use COUNTBLANK(1:1) and conditionally
format the cell containing the formula to red fill and red
text; based on 255 cells in a row and your requirement of
the row being less than 3 empty cells?

-----Original Message-----
i've tried like this
=IF((D5:H5;K5:N5)="+",COUNTBLANK(1:1)<3)

but doesn't work

"Jason Morin" wrote

in message
...
=IF(A1="+",COUNTBLANK(1:1)<3)

HTH
Jason
Atlanta, GA

-----Original Message-----
i have rows where i have had put "+"
i want to set some kind of indicator if in that row is

less then 3 empty
cells

help

--
pobrisi velika slova iz mejla i sve bu okej
http://hafomatic.blog.hr/
http://www.brunkovac.com/


.



.

  #5   Report Post  
 
Posts: n/a
Default

haf wrote...
i've tried like this
=IF((D5:H5;K5:N5)="+",COUNTBLANK(1:1)<3)

but doesn't work

....

(D5:H5;K5:N5)="+" is a syntax error. Do you mean

OR(D5:H5="+",K5:N5="+")

? If so, you'd need to enter the formula

=IF(OR(D5:H5="+",K5:N5="+"),COUNTBLANK(1:1)<3)

as an array formula. Alternatively, you could use the following, longer
non-array formula.
=IF(COUNTIF(D5:H5,"+")+COUNTIF(K5:N5="+"),COUNTBLA NK(1:1)<3)

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
How do I set a cell to "Empty" so that it does not display in a ch Ian Charts and Charting in Excel 3 January 7th 05 01:12 AM
make a cell empty based on condition mpierre Charts and Charting in Excel 2 December 29th 04 01:01 PM
make cell contents equal to null value - not blank, but empty mpierre Excel Worksheet Functions 1 December 29th 04 06:57 AM
Empty Cells, Spaces, Cond Format? Ken Excel Discussion (Misc queries) 3 December 4th 04 04:47 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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

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"