Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does Excel recognize months in their chronological order? For example I have
the following data: Jan Feb Mar Reg 1 5 9 11 Reg 2 8 9 7 Reg 3 10 16 12 I am trying to write a formula that will give me the data for all three regions for all months less than or equal to February (so Jan & Feb). But I want the formula to look at all the months so that I can change my search criteria for each month that passes. Any help will be greatly appreciated! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It can, if you if you set it up using a date. For instance, use dates of 1/1,
2/1, 3/1, etc..., and format cell as: mmm to get your desired look. Now XL can easily do a "less than x, more than y" type of formula. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Denise_NOLA" wrote: Does Excel recognize months in their chronological order? For example I have the following data: Jan Feb Mar Reg 1 5 9 11 Reg 2 8 9 7 Reg 3 10 16 12 I am trying to write a formula that will give me the data for all three regions for all months less than or equal to February (so Jan & Feb). But I want the formula to look at all the months so that I can change my search criteria for each month that passes. Any help will be greatly appreciated! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use SUMIF, VLOOKUP, HLOOKUP, LOOKUP, AND ?? | Excel Worksheet Functions | |||
how can I use an hlookup in a sumif? | Excel Worksheet Functions | |||
I've tried Sumproduct, SumIf, Vlookup and Hlookup. | Excel Worksheet Functions | |||
SUMIF - HLOOKUP Combination | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |