=CHOOSE(A1+1,5,6,7,8,9,0,1,2,3,4)

Signature
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
> Hey everyone,
>
[quoted text clipped - 14 lines]
>
> Thank you for your help.
Ron Coderre - 27 Apr 2006 15:46 GMT
Tenaj
I think this does what you want:
For a value in A1
B1: =MOD(A1+5,10)
Does that help?
Regards,
Ro
tenaj - 27 Apr 2006 20:03 GMT
Ron Coderre Wrote:
> Tenaj
>
[quoted text clipped - 8 lines]
> Regards,
> Ron
Thank you Ron. I didn't figure out how to use it. Maybe I did
something wrong. The formula didn't generate anything but I have a
formula now that does exactly what I need. Thank you for you time and
help.

Signature
tenaj
tenaj - 27 Apr 2006 19:55 GMT
Bob Phillips Wrote:
> =CHOOSE(A1+1,5,6,7,8,9,0,1,2,3,4)
>
[quoted text clipped - 34 lines]
> > View this thread
> http://www.excelforum.com/showthread.php?threadid=536799
Thank You Bob Phillips! Superb!!!!!!!!!! I could have never figure
that out