View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Danny[_3_] Danny[_3_] is offline
external usenet poster
 
Posts: 14
Default Excel ranges within a cell.

A2 is the numerical value < 13, or between 13 - 18, or 18. What formula do
I use? I tried =IF(A2<=13,"A",IF(A213<18,"B", IF(A218,"C"))). The only part
of the formula that doesn't work is it middle portion - IF(A213<18,"B".
Whataya think? Thanks so much.
Danny