Thread
:
formula
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
cubbybear3
external usenet poster
Posts: 40
formula
Try this (I think it will work):
=IF(MONTH(B1)<=3,"Q1",IF(AND(MONTH(B1)=4,MONTH(B1 )<=6),"Q2",IF(MONTH(B1)=10,"Q4","Q3")))
-pb
Reply With Quote
cubbybear3
View Public Profile
Find all posts by cubbybear3