+ Reply to Thread
Results 1 to 3 of 3

Creating a collumn based on a diffrent collumn with a formula applied

  1. #1
    Registered User
    Join Date
    06-15-2018
    Location
    poertugal
    MS-Off Ver
    2007
    Posts
    1

    Creating a collumn based on a diffrent collumn with a formula applied

    Hey, im new to excel and i need some help.
    Im doing an analisys on dynamic movement for university.
    Name:  tabela2.PNG
Views: 189
Size:  77.6 KB
    I need to create a collumn based on ( for example) the values on the orange collumn, but with a formula applied to them.
    Name:  formulas.PNG
Views: 130
Size:  13.1 KB
    Specificcly these ones, but a generic explanation would be fine too.

    Thanks for any help in advance!
    Attached Images Attached Images  

  2. #2
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    665

    Re: Creating a collumn based on a diffrent collumn with a formula applied

    Select D2 - add =($B2-$C2)/(2*$A2) then copy and paste down column D as far as you need
    The $ Character fixes the reference -
    for example if you copy and paste $B2 will always refer to Column B but will refer to the row it is pasted into B2 B3 B4 ....
    B$2 will always refer to row 2 but will refer to the Column it is pasted into B2 C2 D2...
    $B$2 will always refer to B2 no matter where you paste it

  3. #3
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Creating a collumn based on a diffrent collumn with a formula applied

    I think CRIMEDOG is close, but there are some tricks to this.

    First, I understand you are new to Excel. It's a great tool. If you don't plan on using Excel again, then glad to help and you can move on. If, however, you expect to start using Excel more, then I strongly suggest you get a book or visit youtube for some Excel education. What you ask is very simple, but I understand it can be challenging when first working with excel.

    Second, the way you have your data arranged, you can match 'i' in your equation to the row (the numbers you see going from 1 to 34 in your picture). I am unsure if x(i) is column B or column F - I am assuming B, so adjust if necessary.
    Since your data starts on row 2, x(2) is value is 642 (cell B2), x(10) is 803 (cell B10). Similarly, your t values are in column A and your y values are in column C. Explaining a bit further, t(5)=1.6, x(5)=644, and y(5)=66 and correspond to cells A5, B5, and C5, respectively.

    I am not sure what your dt is. I assume it is t(i)-t(i-1), but it could also be t(i+1)-t(i-1), or t(i+1)-t(i). You'll need to determine that based upon your formula.

    So, for vx(i), you need to use the x value above that row, the x value below that row and then your delta t (dt). So, for example,
    vx(3) = x(4)-x(2)/(2 * (t(i) - t(i-1)) =>
    H3 = (B4 - B2)/(2 * (A3 - A2)) = (649 - 642)/(2 * (0.8 - 0.4))

    You have derived the excel equation you need to put in H3 for your vx(i) equation. In H3 (or is it F3 in your table) type
    =(B4 - B2)/(2 * (A3 - A2))
    A great trick for excel is to now click on cell H3. There will be a rectangle around the cell and a little black box on the bottom right of the rectangle. Click on that box and drag it to the bottom of your data (e.g. H39). Excel will increment each of the numbers in your equation automatically. Again, this is the type of stuff you learn in the tutorials which will make excel that much more easy to use.

    Boa sorte
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

+ 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. Copy and increment code based on collumn value
    By ALecsx in forum Excel General
    Replies: 3
    Last Post: 01-27-2016, 01:24 AM
  2. [SOLVED] Name range based on row and collumn header
    By dave1983 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-31-2015, 12:32 PM
  3. [SOLVED] Formula To Define A Collumn Name Using Vlookup
    By pqmz1092 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 05-18-2015, 04:13 AM
  4. Formula which will collate names into a collumn
    By rodduz in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 09-19-2014, 06:23 AM
  5. [SOLVED] Find a collumn in a dynamic sheet and select the entire collumn
    By Armand0 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-03-2014, 11:20 AM
  6. reading a name from collumn in a formula
    By sqoo in forum Excel General
    Replies: 2
    Last Post: 04-30-2011, 02:11 PM
  7. Replies: 3
    Last Post: 06-09-2009, 07:23 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