+ Reply to Thread
Results 1 to 6 of 6

Excel . Data comparison issue

  1. #1
    Registered User
    Join Date
    03-07-2008
    Posts
    3

    Excel . Data comparison issue

    Good morning. Not sure if this is the correct forum to address this. We have a user who needs to compare two spreadsheets. On these spreadsheets are about 3000 stock symbols. We need to create a new column or a new spreadsheet that can show the biggest flucations between identical symbols on back to back days. They need to be sorted. Is this possible without deep excel financial analysis skills?

    For instance
    Monday
    Symbol
    ABB 2.16
    ABC 2.11


    Tuesday
    Symbol
    ABB 2.45
    ABC 3.56

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    To do this without macros, you can add a third spreadsheet that in column B has all the symbols, then in column C has (SHeet2!B1-Sheet1!B1)/Sheet1!B1 to get the fluctuation (assumedly you want % fluctuation). In A1, you would have =RANK(C1,C$1:C$3000,0)+COUNTIF(C$1:C1,C1)-1 and drag that down (adjust the 3000 as necessary). Then, in column D, have the numbers 1-3000. In E1 and drag down, have =VLOOKUP(D1,A$1:B$3000,2,False) and in F1 and drag down, have =VLOOKUP(D1,A$1:C$3000,3,False). Then hide the first three columns.

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    Is this the sort of thing you are looking for?
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    03-07-2008
    Posts
    3
    thank you both. I will look into both suggestions. here is an example of data I am trying to do comparison on. keep in mind some symbols may or may be there on consecutive days.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-07-2008
    Posts
    3
    Quote Originally Posted by ChemistB
    Is this the sort of thing you are looking for?

    Yes this is a very good example of what I need. What is the functionality behind this? How is it calculating data? Can this be done for lets say. 3000 symbols?

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    Yes, doing it for 3000 numbers would not be a problem. The formula in Column C can be dragged down and it will automatically update for all entries. The same with the way I set up the LARGE and SMALL functions in Column F. Take a look at my formulas and if you have questions about them, post back.

    ChemistB

+ 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