View Single Post
  #4  
Old July 24th, 2004, 10:55 PM
Sandy Mann
external usenet poster
 
Posts: n/a
Default "Between" Formula

Paul,

If you mean to change the returned value for every decade in the tartget
cell ie 1 - 10 in Target cell returns 1, 11 - 20 returns 2, 21 - 30 returns
3 etc, try

=CEILING(D5,10)/10

HTH

Sandy

--
to e-mail direct replace @mailintor.com with @tiscali.co.uk

"Paul" wrote in message
...
HELP!

I'm trying to create a formula that displays a variable
(5, 7, 8, etc) when the value cell in question lies
between two constants...?!

A simple example would be:

If D5 is between 1 and 10 then say "1", but if D5 is
between 11 and 20 then say "2", and so on...

Is there any way of doing this? I'm begining to think
not!?!

Thank you to anyone who can help me!