char(65) is a capital A
Look in the help index for CHAR
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
<(E-Mail Removed)> wrote in message
news:771ba175-7a44-4552-8523-(E-Mail Removed)...
On Jul 9, 1:29 pm, "Don Guillett" <dguille...@austin.rr.com> wrote:
> One way
> =CHAR(LOOKUP(D55,{1,5,9,13,17},{65,66,67,68,69}))
> --
> Don Guillett
> Microsoft MVP Excel
> SalesAid Software
> dguille...@austin.rr.com<Mark.M.Swee...@gmail.com> wrote in message
>
> news:c920c6c4-2555-4135-8318-(E-Mail Removed)...
>
>
>
> >I want an IF statement that would be able to do the following:
>
> > IF cell A6 is between 1 and 4 then put "A" in cell A7
> > IF cell A6 is between 5 and 8 then put "B" in cell A7
> > IF cell A6 is between 9 and 12 then put "C" in cell A7
> > IF cell A6 is between 13 and 16 then put "D" in cell A7
> > IF cell A6 is between 17 and 20 then put "E" in cell A7
>
> > Any idea how I could do this?
>
> > Thank you in advance, Mark- Hide quoted text -
>
> - Show quoted text -
Thank you, I put it together without the =CHAR part and it worked
fine. I don't know what the =CHAR part does, would it help?