+ Reply to Thread
Results 1 to 17 of 17

Fill column with specified range of numbers in Google Sheets.

  1. #1
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Fill column with specified range of numbers in Google Sheets.

    As in the question name, i would like to fill column C with specific range of numbers, in this case it is 1 to 0,145, i found some answers in google but i always get errors, i would like to know the simplest way to do it.

    I tried some other suggestions in google and on stack overflow but all doesn't work or are not for google sheets because of errors, i want to fill column C with spread of numbers with accuracy to lets say 0,00001.Screenshot_64.png

  2. #2
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,093

    Re: Fill column with specified range of numbers in Google Sheets.

    Try something like this:

    Please Login or Register  to view this content.
    or this:
    Please Login or Register  to view this content.
    As a gesture off appreciation, you can click * Add Reputation at the foot of any of the posts of members who helped you reach a solution.

    And finally, was your problem solved? if so, please click Thread Tools above the first post of your enquiry, then select [Solved]

  3. #3
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Re: Fill column with specified range of numbers in Google Sheets.

    it gave me this result:
    Attachment 868674
    i want the column with the given count range to be from 0,145 up to equal 1 but it give me from 1 to above 1, the 2nd method gave me error.
    I tried also =SEQUENCE(E4;1;E3;E2/E4) and i was closer to the main goal, but the counts on the bottom are higher than 1, i want it to be equal 1. It gave me this result:
    Screenshot_66.png
    i want it to be 0,145 to 1 not above 1
    Last edited by HelghastG75; 05-10-2024 at 09:24 AM.

  4. #4
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Re: Fill column with specified range of numbers in Google Sheets.

    Ok i asked my buddy on discord that finally went active and he told me to apply this:
    =SEQUENCE(E4;1;E3;(E2-E3)/(E4-1))
    and finally the result is as on the screen below:
    Screenshot_67.png
    Anyway big thanks for the effort!! Hope this helps others also.

  5. #5
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Re: Fill column with specified range of numbers in Google Sheets.

    ah its still not as intended to be... :D but cant be different, i have to ask is that possible to the value on the top of D column be higher than one row below? i mean if you can control non-linearity for example and make it look more logarithmically?
    Last edited by HelghastG75; 05-10-2024 at 11:05 AM.

  6. #6
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,093

    Re: Fill column with specified range of numbers in Google Sheets.

    To help us to understand what you want, can you tell us what number should be in cell C2, and what number should be in cell C31.

  7. #7
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Re: Fill column with specified range of numbers in Google Sheets.

    In C2 0,145 and in C31 just 1, and the result in the D7 should be 1701 after applying logarithmic function.
    Last edited by HelghastG75; 05-10-2024 at 12:44 PM.

  8. #8
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,093

    Re: Fill column with specified range of numbers in Google Sheets.

    To help us understand what you are trying to achieve, can you provide a sample file.

    You can use this form to create a file for anonymous sharing:
    https://docs.google.com/forms/d/e/1F...UvZ_Q/viewform

    When posting the link to your sample file, just insert some spaces into the docs.google.com part of the URL so that it is not rejected by the forum posting mechanisms.

  9. #9
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Re: Fill column with specified range of numbers in Google Sheets.

    Can you provide a step by step guide? I'm noob sorry, at the end i see some 10 files and idk how to make there my ducument to be visible there also when i put the link to this document with spaces its rejected by AI mechanisms of this forum.

  10. #10
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Re: Fill column with specified range of numbers in Google Sheets.

    You can recreate this table if you want manually.

  11. #11
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Re: Fill column with specified range of numbers in Google Sheets.

    Do you have discord? Sorry for multiposting.

  12. #12
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,093

    Re: Fill column with specified range of numbers in Google Sheets.

    You can recreate this table if you want manually.
    No, you can provide a sample file.

    Do you have discord? Sorry for multiposting.
    I don't do personalised one-on-one support.

  13. #13
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Re: Fill column with specified range of numbers in Google Sheets.

    Ok, here you have it:
    drive.google.com/drive/folders/1JDQjj5Bzt9-6kqRNOtouYWthlFh7aPWw?usp=sharing

  14. #14
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,093

    Re: Fill column with specified range of numbers in Google Sheets.

    Where:
    B2 = 24000
    C2 = 0.145
    D2 = B2*C2 = 3480
    B7 = 10848
    C7 = 0.1568030973
    D7 = B7*C7 = 1701
    B31 = 240
    C31 = 1
    D31 = B31*C31 = 240

    It seems the problem you have is not an Excel or Google Sheets problem but an arithmetic problem.

    Since the users of this forum are not necessarily mathematicians, i recommend you try a website focused on solving mathematical problems.

  15. #15
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Re: Fill column with specified range of numbers in Google Sheets.

    You cant just adjust linearity curve to achieve given result?

  16. #16
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,093

    Re: Fill column with specified range of numbers in Google Sheets.

    Do you know the formula for the curve?

  17. #17
    Registered User
    Join Date
    05-09-2024
    Location
    Poland
    MS-Off Ver
    365
    Posts
    11

    Re: Fill column with specified range of numbers in Google Sheets.

    Unfortunately not.

+ 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. Google Sheets - Dynamically alter range based on column heading
    By Filer1990 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 1
    Last Post: 04-01-2024, 10:23 AM
  2. [SOLVED] Google Sheets: Add values based on top 2 numbers in separate column
    By sailnmusic in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 12
    Last Post: 09-19-2022, 11:02 AM
  3. Google Sheets: How to pull row numbers from different sheets based on date (Solved)
    By qcguys in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 13
    Last Post: 01-09-2022, 03:36 PM
  4. Help with filter formula please: skip column from range (Google Sheets)
    By hbk018 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 2
    Last Post: 01-08-2022, 10:09 AM
  5. Google Sheets - Mandatory fields to fill in
    By Stellix in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-14-2021, 05:13 AM
  6. Google sheet: Help to attachment file from Google Drive and send email fill in Google Form
    By sbv1986 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 03-01-2021, 10:47 PM

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