LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Junior Member
 
Posts: 14
Default

Quote:
Originally Posted by Excel Dumbo View Post
Hello Dear friends,

Please help me to auto populate monthly and quarterly data data from a table of monthly figures. Please see attached.

Basically just by by updating the current month in B2 cell, data should auto matically populate from the table shown
Say if I type July in B2 cell, it should automatically populate the values from the table on the right for the month of July

Similarly for the Quarter.


Appreciate your attention
Hi Excel Dumbo
Basically i have Been able to figure out how to make it look for the month specified and match this to the relevant column.
to do this you need to use a INDEX and MATCH commands

and example of the formula is here
=INDEX($E$1:$P$29,3,MATCH($B$2,$E$1:$P$1,0))
this works like so.
('is all the cells your pulling data from'
,'The row Number your pulling the data from (so 3-29 Depending on what cell the formula is in)'
,MATCH('the input cell (were JUL Is input))'
,'All the column Headers to search (so all the months)
,'Match type ,0 for exact match))

I hope this makes sense to you.
i have added a zipped complete copy that i have made up for you.

sadly i have no clue how you would go around inputting a Quarterly calculation using this method. the only thing i can think is to have 3 separate cells with the months you want added up and then make a very long formula that searched each one and adds them. ill keep working to find a solution :)

Regards
chris
Attached Files
File Type: zip Auto Populate by current month (MONTH DONE).zip (10.1 KB, 57 views)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert monthly data into quarterly data? jetlag Excel Discussion (Misc queries) 3 April 2nd 23 08:54 PM
Monthly Data, need quarterly Stdev J@Y Excel Discussion (Misc queries) 7 January 13th 07 02:50 AM
From Monthly to Quarterly Numbers jgorman Excel Discussion (Misc queries) 1 April 2nd 06 12:37 PM
How do I convert monthly data to quarterly data? Moses Excel Discussion (Misc queries) 2 September 7th 05 11:13 PM
sum monthly to get quarterly figures Judy Ward Excel Programming 2 June 15th 05 01:21 AM


All times are GMT +1. The time now is 01:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"