H
H_K
Im new to this but here is my problem.
One of my columns is age. I want to input either A, B, C, D, E, F i
the cell and have it return either: under -17, 18-24, 25-30, 31-39
40-55, and 56-over respectively. I was trying to use the IF functio
but not sure if that is the best way to do it. Here is something lik
what i had.
IF(B2:B100=CHAR(A),"Under 17", IF(B2:100=CHAR(B), "18-24".......
Can you apply a function to effect the whole column or would have t
just put
IF(B2=CHAR(A), ... and do that for every cell in B. I also have
question about referencing a character and not the cell. Is using th
CHAR function the proper way and if so do i have to input the ansi # o
something else. Im kinda lost and I know this is alot.
I am probably way over my head and I don't even know if something lik
this can be done.
thanks for any hel
One of my columns is age. I want to input either A, B, C, D, E, F i
the cell and have it return either: under -17, 18-24, 25-30, 31-39
40-55, and 56-over respectively. I was trying to use the IF functio
but not sure if that is the best way to do it. Here is something lik
what i had.
IF(B2:B100=CHAR(A),"Under 17", IF(B2:100=CHAR(B), "18-24".......
Can you apply a function to effect the whole column or would have t
just put
IF(B2=CHAR(A), ... and do that for every cell in B. I also have
question about referencing a character and not the cell. Is using th
CHAR function the proper way and if so do i have to input the ansi # o
something else. Im kinda lost and I know this is alot.
I am probably way over my head and I don't even know if something lik
this can be done.
thanks for any hel