+ Reply to Thread
Results 1 to 2 of 2

Convert a range of numbers to another range

  1. #1
    Registered User
    Join Date
    03-13-2017
    Location
    St. Louis
    MS-Off Ver
    MS Office 13
    Posts
    3

    Question Convert a range of numbers to another range

    Hello!

    I am needing some help reducing a range of numbers into a smaller range of numbers. My current range is 0-3506 and need that range of numbers converted to 0-20, while maintaining ratio. Looking to see if there is a formula that I can use in cell E10 to drag across remaining cells. Current data in E10 is populated on another sheet in the workbook.

    Thank you!

    Matrix range.png

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,735

    Re: Convert a range of numbers to another range

    First, the way to map 0-3506 to 0-20 is

    =x/175.3

    where x is the cell with the original data. If you need integers only then

    =ROUND(x/175.3,0)

    No idea what you mean by "maintaining ratio."

    An image attachment has very little value. Just attach the Excel file. It's easier than taking a screenshot first and then attaching that. It will be much easier to understand your problem if you provide your file. This allows us to see and experiment with your data, layout, formulas, code, and possibly attach a file with a completed solution.

    Under the text box where you type your reply click the Go Advanced button. On the next screen scroll down and click on Manage Attachments, which will show a pop-up window to Select and Upload a file. Then close the window.ep-by-step instructions with screen shots[/URL][/B][/U]
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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. How to convert a range of numbers to sequence of numbers in an array
    By MetisConnect in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-25-2015, 11:53 AM
  2. Replies: 2
    Last Post: 09-01-2014, 07:59 AM
  3. [SOLVED] Convert numbers stored as text to numbers for range of data that changes
    By excel2425 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-06-2014, 01:57 PM
  4. Convert Range of numbers to Either 1,0
    By Descent73 in forum Excel General
    Replies: 5
    Last Post: 11-21-2012, 03:20 PM
  5. convert range of text to numbers
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 05-19-2011, 09:34 AM
  6. 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
  7. [SOLVED] Convert range of numbers to letter
    By JB in forum Excel General
    Replies: 10
    Last Post: 03-02-2006, 06:35 PM

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