Results 1 to 4 of 4

R1C1 Formula help

Threaded View

  1. #1
    Registered User
    Join Date
    06-22-2012
    Location
    San Jose, California
    MS-Off Ver
    Excel 2010
    Posts
    15

    R1C1 Formula help

    Hey,
    I am trying to write a formula that calculates percentage change of the values of a column. My problem is that I want to select the last value in the column rather than always a specific row. The number of values in the columns varies. I was wondering how to do that.

    The current code is:
        Range("B1").Select
        Selection.End(xlDown).Select
        Range("B15").Select
        ActiveCell.FormulaR1C1 = "=(R[-2]C-R[-13]C)/R[-13]C"
    Thanks for your help
    Last edited by Paul; 06-22-2012 at 05:01 PM. Reason: Added CODE tags for new user. Please do so yourself in the future.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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