Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Brilliant, if I actually understand the formula, I can see where else the
functions could be used. Thank-you. Matt "Bob Phillips" wrote: Sorry, hit the button too soon. The MONTH(A1)/3 takes the month of the given date, and divides by 3 to give a value of .33,.66 or 1 for the first three months, 1.33, 1.66 or 2 for the second 3 months, etc. CEILING(val,1) takes it up to the nearest integer, 1,2, etc. CHOOSE then uses that value to pick from the comma delimited list. Example, A1 contains 20th October MONTH(A1) = 10 MONTH(A1)/3 = 3.33 CEILING(MONTH(A1)/3),1) = 4 CHOOSE then picks the 4th value, Q4 HTH RP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I NEED HELP with the SPELLNUMBER Function | Excel Worksheet Functions | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Date & Time | New Users to Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
clock | Excel Worksheet Functions |