View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
mangesh_yadav[_133_] mangesh_yadav[_133_] is offline
external usenet poster
 
Posts: 1
Default Categorising figures

in the second column use an if condition like
=if(A1<1,"",if(A1<1000,"A",if(A1<2000,"B","C")))
you can have 7 such IFs

- Manges

--
Message posted from http://www.ExcelForum.com