Hello all,
This is what I am trying to accomplish:
I need to create a filter/formula for Column H. If Column C is in the current quarter, I need H to display "Current Quarter". If Column C is in the last quarter, I need H to display "Last Quarter". For anything else previous to these two quarters, Column H can simply reflect the value of Column G.
How do I get these quarter formulas to calculate based on the current date?
Please let me know if further detail is needed. Any ideas or suggestions are greatly appreciated!
This is what I am trying to accomplish:
I need to create a filter/formula for Column H. If Column C is in the current quarter, I need H to display "Current Quarter". If Column C is in the last quarter, I need H to display "Last Quarter". For anything else previous to these two quarters, Column H can simply reflect the value of Column G.
How do I get these quarter formulas to calculate based on the current date?
Please let me know if further detail is needed. Any ideas or suggestions are greatly appreciated!
Excel Workbook | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Now | Month | Invoice Date | Invoice Month | Invoice Qtr | Year | Value | Label | ||
2 | 2/9/2009 | 2 | 1/5/2009 | 1 | 1 | 2009 | 2009Q1 | Current Quarter | ||
3 | 2/9/2009 | 2 | 12/15/2008 | 12 | 4 | 2008 | 2008Q4 | Last Quarter | ||
4 | 2/9/2009 | 2 | 11/1/2008 | 11 | 4 | 2008 | 2008Q4 | 2008Q4 | ||
5 | 2/9/2009 | 2 | 9/22/2008 | 9 | 3 | 2008 | 2008Q3 | 2008Q3 | ||
6 | 2/9/2009 | 2 | 6/5/2008 | 6 | 2 | 2008 | 2008Q2 | 2008Q2 | ||
7 | 2/9/2009 | 2 | 2/14/2008 | 2 | 1 | 2008 | 2008Q1 | 2008Q1 | ||
Sheet |