+ Reply to Thread
Results 1 to 3 of 3

Spill Error with structured reference and table.

  1. #1
    Registered User
    Join Date
    10-29-2021
    Location
    USA
    MS-Off Ver
    Microsoft 365 Enterprise
    Posts
    1

    Spill Error with structured reference and table.

    I am following along with an assignment in Office basics clas and I (and a few fellow students) ran into an error where we got a SPILL error instead of having the formula executed correctly. The assignment has already been graded, but I want to know what I did wrong. In the end I converted my table to a range and then back again to circumvent the problem, but that wasn't the expected way to do it.

    The Instructions are:
    1. Click cell H9 to select it. Click the ‘Accounting Number Format’ button (Home tab | Number group) so that data in the selected column is displayed as a dollar amount with two decimal places.
    2. Type =if([ to display the list of available fields in the table (Figure 6–20).
    3. Double-click Specialty to select the field to use for the IF function.
    4. Type ]=“Loans”, [Account Values] *.0025, 0) to complete the structured reference and then click the Enter button to create the calculated column

    I know it looks like it could be sensitive data, but it's demo data from said assignment.

    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,251

    Re: Spill Error with structured reference and table.

    Welcome to the forum.

    The structured reference was to column when it should be to cell.
    Also, the quotation marks were some wrong characters.
    Try this:
    =IF([@Specialty]="Loans", [@[Account Values]]*0.0025, 0)

    Good luck!

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,411

    Re: Spill Error with structured reference and table.

    As stated, it should be
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    You can't use formulae that will try to SPILL in a Structured Table. I'm guessing that was not the intention of the question.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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. [SOLVED] Set Range via Structured Reference get error on first vba run, but not second run
    By truk2 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-20-2019, 01:24 AM
  2. [SOLVED] Is it possible to reference a specific cell or row using structured references in a table?
    By pharmacologist in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-19-2019, 12:15 AM
  3. Variable for Structured Table Reference
    By acwalker84 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-26-2019, 04:07 PM
  4. [SOLVED] Prevent auto-escaping characters in structured table reference?
    By RykM in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-28-2017, 05:17 PM
  5. Structured Reference to a Single Table Value
    By mcclanat in forum Excel General
    Replies: 3
    Last Post: 11-08-2014, 04:21 PM
  6. Structured formula reference in table (2007) help please....
    By Tina G in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-07-2014, 10:11 AM
  7. [SOLVED] Excel table - using a formula in a structured reference
    By jankee in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-22-2013, 08:10 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