+ Reply to Thread
Results 1 to 3 of 3

Excel Named Formulas

  1. #1
    Forum Contributor
    Join Date
    01-07-2004
    Posts
    314

    Excel Named Formulas

    Hi all,

    Using Excel 2013.

    I setup a Named Formula by entering the name in $E$9, a simple spread in $F:$BE, highlighted all and hit Ctrl+Shift+F3 and accepted Left Column.
    So far so good.

    I went to another sheet and entered a sample value in $F$3 and beginning in $H$3 I entered =$F$3*Spread52WeeksEvently which is the name of my Named Formula.
    I spread the formula to column $BG

    The last 2 formulas on Row 3 are returning #VALUE!errors.

    How can I adjust the named formula so the correct results are returned regardless of where which column I begin the spread formula?

    thx
    w
    Kind regards,
    w

    http://dataprose.org

  2. #2
    Forum Guru karedog's Avatar
    Join Date
    10-03-2014
    Location
    Indonesia
    MS-Off Ver
    2003
    Posts
    2,971

    Re: Excel Named Formulas

    Hi,

    You define Spread52WeeksEvently as $F$9:$BE$9 but you recall it at $H$3:$BG$3, so it is offsetted 2 columns, so you cannot just directly call this name.
    You should index() to do this.

    Use this formula in cell H3 :

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    and copy this formula to right

    For cell H3 : COLUMNS($H1:H1)=1, so INDEX(Spread52WeeksEvently,0,1) is INDEX($F$9:$BE$9,0,1) = F9
    For cell H4 : COLUMNS($H1:I1)=2, so INDEX(Spread52WeeksEvently,0,2) is INDEX($F$9:$BE$9,0,2) = G9
    For cell H5 : COLUMNS($H1:J1)=3, so INDEX(Spread52WeeksEvently,0,3) is INDEX($F$9:$BE$9,0,3) = H9

    You got the idea.

    Regards
    1. I care dog
    2. I am a loop maniac
    3. Forum rules link : Click here
    3.33. Don't forget to mark the thread as solved, this is important

  3. #3
    Forum Contributor
    Join Date
    01-07-2004
    Posts
    314

    Re: Excel Named Formulas

    Thanks karedog,

    Works great!

+ 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. Array formulas referencing a named range or named table
    By anrichards22 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-03-2013, 11:59 PM
  2. Named formulas
    By squiggler47 in forum The Water Cooler
    Replies: 3
    Last Post: 11-11-2010, 04:28 AM
  3. Replies: 3
    Last Post: 11-08-2010, 04:14 PM
  4. Formula in Excel not recognizing other named formulas
    By new tech guy in forum Excel General
    Replies: 3
    Last Post: 12-31-2009, 04:40 PM
  5. [SOLVED] Use CopyFromRecordSet to insert named range formulas? (Excel 2000)
    By Kel Good in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-09-2005, 03:00 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