+ Reply to Thread
Results 1 to 11 of 11

Help with structured references

  1. #1
    Registered User
    Join Date
    04-21-2013
    Location
    USA
    MS-Off Ver
    Office 2010
    Posts
    5

    Help with structured references

    Hi all,

    I am attempting an Excel homework assignment, but I've run into some difficulty on this step:

    Create a formula with structured references in cell G2 to calculate the percent of the list price (that is, the selling price divided by the list price).

    The list price is in E2 (725,000), and the selling price is in F2 (645,750). The formula I came up with (SUM=(Selling_Price/List_Price)) gives me #NAME? in all cells for column G.

    Can anyone help me with this step so that I can move on with my assignment?

    Thanks so much!!

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Help with structured references

    Hi and welcome to the forum

    1st, you dont need to use SUM() for a calc like that (not that it would cause your formula to not work, its just not necessary)

    2nd try replacing the names in your formula with the actual cell references

    The only time you can use names like that, is if you have created range names for those cells
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    04-21-2013
    Location
    USA
    MS-Off Ver
    Office 2010
    Posts
    5

    Re: Help with structured references

    Thank you so much, the formula worked just fine!

  4. #4
    Registered User
    Join Date
    04-21-2013
    Location
    USA
    MS-Off Ver
    Office 2010
    Posts
    5

    Re: Help with structured references

    One last question

    I am now on this step:

    Create a new conditional format rule that applies Yellow fill (fourth column, bottom row) and bold font to values that are greater than or equal to 98% in the Percent of List Price column (G2:G19).

    In the new formatting rules dialog box, should I select "format all cells based on their value" or do I need to use a formula to determine which cells to format?

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Help with structured references

    you would use "format all cells based on their value" is you want to apply the rule to that specfic cell...ie if you want to color G2 AND G2 contains the data that will decide if the change happens

    You would use "use a formula" if you want to change the color of G2, but another cell (F2 for instance) contains the data that will decide if the change happens

    Hopefully, based on that, you can decide?

  6. #6
    Registered User
    Join Date
    04-21-2013
    Location
    USA
    MS-Off Ver
    Office 2010
    Posts
    5

    Re: Help with structured references

    Hmm.. well I think I have to do an IF function, but this all makes my brain want to explode, so I'm not certain.

    If an IF function is what I need to use to apply the conditional formatting only to cells that are greater than or equal to 98%, would this be correct?:

    IF=(x>=98%)

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Help with structured references

    When you create formulas for CF, you need to structure them a little differently. CF works on a TRUE or FALSE, so your formula needs to give 1 of those as its answer.

    What I sometimes do, is practice creating the formula IN the worksheet, next to data that I will be working with. That way, you can play with the formula until it gives you what you want.

    try something like =cell_ref>-0.98

  8. #8
    Registered User
    Join Date
    04-21-2013
    Location
    USA
    MS-Off Ver
    Office 2010
    Posts
    5

    Re: Help with structured references

    I'm trying the formula =$G$2:$G$19>=.98, but it doesn't register any changes. My professor has literally been of zero assistance, so I'm not sure what mistakes I'm making.

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Help with structured references

    the cell_ref is a single cell ref, not a range....=$G2>=.98 (note the absolute reference, as well)

    when you apply CF, 1st, highight the range you want to apply it to (you can adjust the range inside CF, too)
    Then go into CF and create your rule/s.

  10. #10
    Registered User
    Join Date
    10-07-2013
    Location
    Midland city, Alabama
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Help with structured references

    I have the same problem about Creating a formula with structured references to calculate the percentage of list price. The answer above is too vague. Can someone please specify?

  11. #11
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: Help with structured references

    Hi Mzgam3 and welcome to the forum

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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