G
Geezer
I need to get this formula into a single cell
=if(x <999 then A
=if(x is between and inclusive to 1000-1500 then B
=if(x is between and inclusive to 1501-2500 then C
=if(x is between and inclusive to 2501-3500 then D
=if(x is between and inclusive to 3501-4500 then E
=if(x is between and inclusive to 4501-5500 then F
=if(x is between and inclusive to 5501-7000 then G
=if(x is between and inclusive to 7001-10000 then H
=if(x is between and inclusive to 10001-15000 then I
=if(x is between and inclusive to 15001-20000 then J
=if(x is between and inclusive to 20001-30000 then K
=if(x >30001 then L
I then have to run it down 10,000 rows to define a new value for each row cell
How best to do it?
You're much brighter than I am!
Ta!
Geezer
=if(x <999 then A
=if(x is between and inclusive to 1000-1500 then B
=if(x is between and inclusive to 1501-2500 then C
=if(x is between and inclusive to 2501-3500 then D
=if(x is between and inclusive to 3501-4500 then E
=if(x is between and inclusive to 4501-5500 then F
=if(x is between and inclusive to 5501-7000 then G
=if(x is between and inclusive to 7001-10000 then H
=if(x is between and inclusive to 10001-15000 then I
=if(x is between and inclusive to 15001-20000 then J
=if(x is between and inclusive to 20001-30000 then K
=if(x >30001 then L
I then have to run it down 10,000 rows to define a new value for each row cell
How best to do it?
You're much brighter than I am!
Ta!
Geezer