+ Reply to Thread
Results 1 to 3 of 3

Searching formula to convert linear data in a range to log values in the same range

  1. #1
    Registered User
    Join Date
    07-28-2014
    Location
    paris
    MS-Off Ver
    offoce 2007
    Posts
    2

    Searching formula to convert linear data in a range to log values in the same range

    Hi all,

    I'm searching formula to translate axis values lin to log in a same range, for example I have these linear values in range 1 to 100000

    1
    20000.8
    40000.6
    60000.4
    80000.2
    100000

    So they will correpond to this:

    1
    10
    100
    1000
    10000
    100000

    But what formula to move from 20000.8 to 10, or 60000.4 to 1000? I know excel will convert automatically lin graphic to log, but I need a formula.

    Can you help me please? Thank you in advance.


    lin_log.jpg

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Searching formula to convert linear data in a range to log values in the same range

    Could you base something on this?

    =LOOKUP(A1,{1,20000.8,40000.6,60000.4,80000.2,100000},{1,10,100,1000,10000,100000})
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    07-28-2014
    Location
    paris
    MS-Off Ver
    offoce 2007
    Posts
    2

    Re: Searching formula to convert linear data in a range to log values in the same range

    Could you base something on this?

    =LOOKUP(A1,{1,20000.8,40000.6,60000.4,80000.2,100000},{1,10,100,1000,10000,100000})
    Thank for reply.

    No, 1,10,100,1000,10000,100000 are not supposed to be know, I want to calculate the equivalent from the lin values.

+ 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. Formula required to convert range of values
    By gcexcel in forum Excel General
    Replies: 1
    Last Post: 01-14-2012, 02:22 PM
  2. Finding range of linear portion of data
    By oucivileng in forum Excel General
    Replies: 3
    Last Post: 12-15-2010, 07:33 PM
  3. Formatting a range and Adding a formula to convert the range.
    By Technodruid in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-28-2010, 02:22 PM
  4. VBA -searching using range of values
    By ACOM in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-16-2009, 02:36 PM
  5. Convert Data Range in to individual values
    By mistryrg in forum Excel General
    Replies: 2
    Last Post: 06-07-2006, 11:55 AM

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