Hello. I have a cell where the month may change based on the calendar quarter found in cell A1. See below.
Based on what's in cell A1 (Q1, Q2, Q3, or Q4) I'm looking for the start of the month in that quarter to populate in cell A2. So, in this example, A1 is equal to Q1, therefore cell A2 shows JAN. If, cell A1 showed "Q2", then cell A2 would be April... and so forth. That is the easy part, however I'm trying to figure out how I can write a formula that will auto populate with the 2nd and 3rd months of the specific quarter found in cell B2 and C2. Any advice? I'd like cell B2 and cell C2 to be dynamic based on what's populated in A2 (which is populated based on what's in cell A1). Thanks for your help.
A | B | C | |
1 | Q1 | ||
2 | Jan | Feb | Mar |
Based on what's in cell A1 (Q1, Q2, Q3, or Q4) I'm looking for the start of the month in that quarter to populate in cell A2. So, in this example, A1 is equal to Q1, therefore cell A2 shows JAN. If, cell A1 showed "Q2", then cell A2 would be April... and so forth. That is the easy part, however I'm trying to figure out how I can write a formula that will auto populate with the 2nd and 3rd months of the specific quarter found in cell B2 and C2. Any advice? I'd like cell B2 and cell C2 to be dynamic based on what's populated in A2 (which is populated based on what's in cell A1). Thanks for your help.