count function ???

D

dlotz

ok
I am lookeing for a function that will no per-say count cells
fut produce the a value of 1 if there is any data typed in
specified range
so say my range is A1 to J1
I would K1 to render a value of 1 if there
is any data entered into the range
 
R

RagDyeR

Try this:

=--(COUNTA(A1:J1)>0)
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


ok
I am lookeing for a function that will no per-say count cells
fut produce the a value of 1 if there is any data typed in
specified range
so say my range is A1 to J1
I would K1 to render a value of 1 if there
is any data entered into the range
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top