I have a large list of bookings data, each row has a date that the order was booked. I would like to be able to add a column that assigns a number (quarter 1, 2, 3, or 4) to a date range. In other words, in the new column the formula would return a "1" for the dates 1-1-04 to 4-4-04 for quarter 1 and a "2" for the dates 4-5-04 to 7-3-04...and so on through Q4. I have tried adding a column (say column A) with an if statement that says if column B (the one populated with the date) is = to the range, then 1. I cannot get it to work. Thanks