Using Nested Month Function

jmripley

New Member
Joined
Jul 18, 2012
Messages
6
My instructions tell me to use a "nested month function" to convert the date to a numerical month, using a VLOOKUP syntax. I have already used the formula =VLOOKUP(MONTH(A2),Quarters,2) in the cell. I'm not familiar with these functions, so any help is greatly appreciated. Thank you.
 
Well, the lookup formula does contain a nested MONTH function as does the suggestion by Neil in post #5.

So, "nested Month function" is really ambiguous and open to interpretation.

Is this a school exercise? If so, then you may want to get more guidance on what you are expected to do with this.

There are many ways to get the calendar quarter from a date. Here are a couple:

A1 = some date

=CEILING(MONTH(A1)/3,1)

=INT((MONTH(A1)+2)/3)
use a "nested Month function" to return the month for each quarter. This is where I am stuck.
Or, maybe I'm just not understanding what you want to do.

Can you proivde more info and include a sample with the result you expect?
 
Upvote 0

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
The instructions say "Use a nested Month function to convert the date to a numerical month. Adapt the above VLOOKUP syntax for this calculation" where the above syntax refers to =VLOOKUP(MONTH(A2),Quarters,2) & Quarters refers to a 2 column table as listed in the above posting. Yes this is for school, but have not received a reply from my instructor.
 
Upvote 0
The instructions say "Use a nested Month function to convert the date to a numerical month. Adapt the above VLOOKUP syntax for this calculation" where the above syntax refers to =VLOOKUP(MONTH(A2),Quarters,2) & Quarters refers to a 2 column table as listed in the above posting. Yes this is for school, but have not received a reply from my instructor.
OK, then I think you've already accomplished that.

The MONTH function within the VLOOKUP function is doing just this:

"Use a nested Month function to convert the date to a numerical month. Adapt the above VLOOKUP syntax for this calculation"
 
Upvote 0
This function gives the corresponding quarter, but not the numerical month. I am understanding it as they are asking for the actual month? Maybe I have misunderstood?
 
Upvote 0
This function gives the corresponding quarter, but not the numerical month. I am understanding it as they are asking for the actual month? Maybe I have misunderstood?
Maybe this...

A2 = some date

=MONTH(A2)

Will return a number from 1 to 12.
 
Upvote 0

Forum statistics

Threads
1,214,812
Messages
6,121,702
Members
449,048
Latest member
81jamesacct

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top