+ Reply to Thread
Results 1 to 4 of 4

Match and Index

  1. #1
    Registered User
    Join Date
    04-07-2009
    Location
    Los Angeles, United States
    MS-Off Ver
    Office 2008-Mac
    Posts
    49

    Match and Index

    Hey guys, I normally paste all the hourly data in, and it totals the sums at the bottom. I then copy and paste special the values to the current date below. Then on the other sheet I find the data, per date and column name for each corresponding column on the other sheets.

    The thing is, I need the formulas on the second sheet to be flexible so if I move the columns around or add/remove columns on the first sheet, the formulas and data on the 2nd sheet still work correctly. I know there's a simple way to do this with indexing, but I'm blanking here...any help is appreciated!!

    Thanks in advanced!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    04-07-2009
    Location
    Los Angeles, United States
    MS-Off Ver
    Office 2008-Mac
    Posts
    49

    re: Match and Index

    Simply put, is there an index or vlookup formula I can use that will be flexible and still accurate if I move the data around or add more data.

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    re: Match and Index

    something like
    =VLOOKUP($A3,'Hourly Metrics'!$A:$CA,MATCH($F$1,'Hourly Metrics'!$A$1:$FA$1,0), FALSE)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    04-07-2009
    Location
    Los Angeles, United States
    MS-Off Ver
    Office 2008-Mac
    Posts
    49

    Re: Match and Index

    yup thats all i needed thanks!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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