+ Reply to Thread
Results 1 to 4 of 4

Referencing Symbols in FormulaR1C1

  1. #1
    Registered User
    Join Date
    11-14-2013
    Location
    Perth, Western Australia
    MS-Off Ver
    Excel 2016
    Posts
    49

    Referencing Symbols in FormulaR1C1

    Hi,

    Hopefully this is a nice easy one. I'm trying to insert a formula into a cell that is an AverageIF with the criteria that the cell contains "Average Δ". I've used ChrW(916) elsewhere in the macro to put this character into a cell, but I'm not sure how to then get VBA to input into a formula. This is what I have so far:

    Please Login or Register  to view this content.
    Running this puts the following formula into the cell:
    Please Login or Register  to view this content.
    What I would like the formula to read is:
    Please Login or Register  to view this content.
    Thanks,
    Daniel

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643
    Try this.

    Please Login or Register  to view this content.
    If posting code please use code tags, see here.

  3. #3
    Valued Forum Contributor
    Join Date
    12-02-2012
    Location
    Melbourne, VIC
    MS-Off Ver
    Excel 2016
    Posts
    750

    Re: Referencing Symbols in FormulaR1C1

    How about this:
    1. store "Average Δ" as a string on any cell of your workbook. (Let's say Sheet2!A1)
    2. assign this to a VBA variable
    3. use the variable in your formula
    Please Login or Register  to view this content.
    HTH!

    Edit: Or simply use what Guru Norie suggested.
    Last edited by jewelsharma; 07-24-2014 at 03:25 AM. Reason: Acknowledge a more direct & simple solution.

  4. #4
    Registered User
    Join Date
    11-14-2013
    Location
    Perth, Western Australia
    MS-Off Ver
    Excel 2016
    Posts
    49

    Re: Referencing Symbols in FormulaR1C1

    Perfect, Norie's solution worked a treat! Thanks.

+ 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. formulaR1C1
    By shreyans in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-18-2008, 06:36 AM
  2. Help matching and referencing numbers to respected symbols.
    By wjkowach in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-08-2007, 03:36 AM
  3. FormulaR1C1
    By missing in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-12-2006, 08:00 PM
  4. [SOLVED] Formular1c1
    By Steph in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-30-2005, 05:05 PM
  5. FormulaR1C1
    By Aksel Børve in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-28-2005, 06:06 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