+ Reply to Thread
Results 1 to 4 of 4

Data transfer

  1. #1
    Registered User
    Join Date
    01-26-2014
    Location
    Kent, England
    MS-Off Ver
    Excel 2007
    Posts
    11

    Data transfer

    Hi All,
    I am a new member of the forum and a basic user of Excel 2007 and 2010 starter. I would very much like some help with the following. I keep a data base record of the daily weather, Rain, High/Low Temp, Wind etc. The days/months in rows, data in columns with totals/averages at the end of each month. The totals/averages are hyperlinked to Sheet 2 which gives me the month by month data. What I would like to be able to do is, pick the highest days rain fall for each month and send it to a designated cell on Sheet 2. So, if 12 mm (cell E5) was the highest value for January on Sheet 1, I would like it to appear in say cell M13 on Sheet 2.
    many thanks

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,616

    Re: Data transfer

    You have two options - if you really want to "send" the result to some cell you shall use VBA to loacate the desired value and store it in Sheet2. But may be it is enough to use some formula in M13 in Sheet2, which locates appropriate value in sheet1 = not seeing your data it is not easy to suggest the formula. May be as simple as:
    =MAX(Sheet1!E2:E32)
    would be enough.

    The good concept to check for quick analysis of (even quite large) datasets is a Pivot Table
    As you look for average an/or max/min values for some data in specific periods (months) it seems perfect.
    See attachment
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-26-2014
    Location
    Kent, England
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Data transfer

    Many thanks for quick replay, will give suggestions a try and let you know.
    Regards ADM

  4. #4
    Registered User
    Join Date
    01-26-2014
    Location
    Kent, England
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Data transfer

    Hi again, the "=MAX" etc. works. Thank you.
    Not worked on Pivot Tables but will give it a try.
    regards
    ADM

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Copy Data from Range on Specific Worksheet and Transfer Data to New Workbook
    By s2jrchoi in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-22-2013, 08:24 AM
  2. Replies: 1
    Last Post: 05-04-2013, 06:42 PM
  3. Replies: 1
    Last Post: 05-03-2013, 11:38 AM
  4. Replies: 4
    Last Post: 01-18-2013, 10:49 PM
  5. Replies: 11
    Last Post: 07-13-2011, 05:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1