+ Reply to Thread
Results 1 to 4 of 4

part of a huge column of data to be inchanged in row values

  1. #1
    Registered User
    Join Date
    01-08-2012
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2010
    Posts
    2

    part of a huge column of data to be inchanged in row values

    Hi all!
    Plz help me figure out how to do this
    Date Time Value
    01-01-2002 08:23 603
    01-01-2002 09:23 650
    01-01-2002 10:23 734
    01-01-2002 11:23 878
    01-01-2002 12:23 986
    01-01-2002 13:23 975
    01-01-2002 14:23 940
    01-01-2002 15:23 834
    01-01-2002 16:23 611
    01-01-2002 17:23 0
    02-01-2002 08:23 744
    02-01-2002 09:23 883
    02-01-2002 10:23 951
    02-01-2002 11:23 980
    02-01-2002 12:23 987
    02-01-2002 13:23 975
    02-01-2002 14:23 885
    02-01-2002 15:23 837
    02-01-2002 16:23 686
    02-01-2002 17:23 0
    .
    .for, say, 10 years. Now, * I want like this

    Date Time =AVERAGE()
    08:23 09:23 10:23 11:23 12:23 13:23 14:23 15:23 16:23 17:23
    01-01-2002 603 650 734 878 986 975 940 834 611 0 .
    02-01-2002 744 883 951 980 987 975 885 837 686 0 .
    .
    .
    Last edited by kk32; 01-08-2012 at 03:39 PM. Reason: Problem didn't appear good

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: part of a huge column of data to be inchanged in row values

    Its not very clear as to how you want the data. It will be good if you upload a sample workbook so we can understand better.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    01-08-2012
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: part (repeatative) of a huge column of data to be changed in row values

    Thanks for ur reply. Hopefully, i will be making my problem clear enough with the help of sample workbook attached.
    regards,
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: part of a huge column of data to be inchanged in row values

    Hello KK,

    Use SUMIFS, see the attached.
    Attached Files Attached Files
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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