View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
kraway kraway is offline
external usenet poster
 
Posts: 14
Default IF / OR function

I have a cell with a number 1 - 12 in it. I need function to return a value
of 1 if the value in the cell is 1 - 3, 2 if the value in the cell is 4 - 6,
3 if the value in the cell is 7 - 9, and 4 if the value in the cell is 10 -
12. I am trying to assign the quater of the year to based on the month of
the year.
I think the right function is IF combined with OR but I cannot make it work.

Please help!!