+ Reply to Thread
Results 1 to 11 of 11
  1. #1
    Registered User
    Join Date
    03-13-2010
    Location
    Istanbul, Turkey
    MS-Off Ver
    Excel 2010 Beta
    Posts
    13

    Red face Comparing values in the same cell

    Dear Friends,

    I have 2 very simple questions but I am very new to excel and I need your help.

    1. I have a cell retrieves data from MSN Money. (For example: Exchange rate of Canadian Dollar to US Dollar. CAD to USD <Sheet1!A1=0,98039>)

    It refreshes data from MSN servers in every 1 minutes. (For example; after one minute it changes to <Sheet1!A1=0,9789>)

    For my local business, I need the rate of changing difference between old value and the new value. (For example, it must be <Sheet1!A2=[New value of A1 - Previous value of A1] / Previos value of A1>)

    2. I want a graphic chart that follows this behavior in time. (For example; this graphic's "y" axis may refers to rates and "x" axis may refers to refresh times)

    Thanks for yourn concerns and waiting for your quick replies.

    Mert Ener
    Last edited by Litstone; 03-21-2010 at 07:17 AM.

  2. #2
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,228

    Re: Comparing values in the same cell

    This would require VBA. Is that ok?

    If you can post a sample workbook with your data retrieval active, we can test our suggestions directly.

    Click GO ADVANCED and use the paperclip icon to post up your workbook.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    03-13-2010
    Location
    Istanbul, Turkey
    MS-Off Ver
    Excel 2010 Beta
    Posts
    13

    Re: Comparing values in the same cell

    Quote Originally Posted by JBeaucaire View Post
    This would require VBA. Is that ok?

    If you can post a sample workbook with your data retrieval active, we can test our suggestions directly.

    Click GO ADVANCED and use the paperclip icon to post up your workbook.
    I don't know what is a VBA but I am fairly good with codes. If you can supply a framework for me I can advance it. Here is an example of what I am looking for.

    http://img86.imageshack.us/img86/130/94220060.png
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by Litstone; 03-13-2010 at 01:00 PM.

  4. #4
    Registered User
    Join Date
    03-13-2010
    Location
    Istanbul, Turkey
    MS-Off Ver
    Excel 2010 Beta
    Posts
    13

    Re: Comparing values in the same cell

    Any help_?

  5. #5
    Registered User
    Join Date
    03-13-2010
    Location
    Istanbul, Turkey
    MS-Off Ver
    Excel 2010 Beta
    Posts
    13

    Re: Comparing values in the same cell

    Any help_?

  6. #6
    Registered User
    Join Date
    03-13-2010
    Location
    Istanbul, Turkey
    MS-Off Ver
    Excel 2010 Beta
    Posts
    13

    Re: Comparing values in the same cell

    Any help_?

  7. #7
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,228

    Re: Comparing values in the same cell

    I'm stumped. Everthing I put on your sheet to auto-calculate is getting ignored or erased. I can't figure out why.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  8. #8
    Registered User
    Join Date
    03-13-2010
    Location
    Istanbul, Turkey
    MS-Off Ver
    Excel 2010 Beta
    Posts
    13

    Re: Comparing values in the same cell

    Thanks JBeaucaire,

    I have another problem for you I managed previous one. Now I have a new challange:

    My workbook (Kur.xlsm) is displaying current time and date. Also trend of USD compare to the other world currencies. It refreshes itself every one minute. I want a line graphic chart log will display Avarage USD Trend overtime with the values from current time.

    Briefly, horizantal axes will keep log of M2 cell and vertical axis will keep log of M65 cell and this will give me a line chart.

    Thanks for your concerns and waiting for your quick replies.

    Your respectfully.

  9. #9
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,228

    Re: Comparing values in the same cell

    I don't do much with charting myself, but the Charting Forum probably is riddled with talent. A new thread properly titled there should get you some assistance.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  10. #10
    Registered User
    Join Date
    08-18-2008
    Location
    Los Angeles
    Posts
    32

    Converting a text number to A true Numeric numbers

    how do i convert a cells that contains numbers in Text format into a true numeric.

    I have a worksheet of 50K rows with 37 columns all full of this type of data and need to do a match and lookup with another sheets that contains a true Numeric values. ANy help in this is much appreiated.

  11. #11
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,228

    Re: Comparing values in the same cell

    1) Type the number 1 into an empty cell
    2) Copy the cell
    3) Select the cells that contain numbers stored as text
    4) Select Edit > Paste Special > Multiply

    That should convert them to real numbers.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

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.2.0