Results 1 to 2 of 2

Thread: [For Loop] Apply Exchange Rate Calculation to Cells

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Oct 2014
    Posts
    5
    Rep Power
    0

    [For Loop] Apply Exchange Rate Calculation to Cells

    Hello,

    I need help writing some VBA code. I think this will be a very simple For-Loop, but I am not sure how to structure the code.

    Here is what I want to do.

    CONCEPT = Take the fixed exchange rate value and multiply it against the dollar amount.

    DETAILS:

    Exchange Rate = value of cell "D3" (lets say the rate is 105)

    Dollar Amount = value of cell "C6" (there will be over 1000 cells to loop through)

    Exchange rate impact = calculated value input into cell "D6" (D3 * C6 = D6 cell value)


    As long as there is data in column C (starting at cell C6), I would like to multiply the respective C-Cell value by the fixed value of cell "D3" and input that calculation output into the respective "D" column cell.


    Please see the attached example.

    I would appreciate any assistance you guys could provide.

    Thank You Very Much.
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    Oct 2014
    Posts
    5
    Rep Power
    0
    I was able to figure it out.

Similar Threads

  1. Apply filter and delete rows thru Messege Box
    By Prabhu in forum Excel Help
    Replies: 11
    Last Post: 11-04-2014, 07:35 AM
  2. Replies: 2
    Last Post: 03-26-2014, 05:29 PM
  3. On Going Calculation
    By justme1052 in forum Excel Help
    Replies: 2
    Last Post: 12-31-2013, 02:06 AM
  4. Replies: 1
    Last Post: 06-12-2013, 07:42 PM
  5. Hours Calculation between two times
    By excel_learner in forum Excel Help
    Replies: 3
    Last Post: 11-21-2012, 05:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •