+ Reply to Thread
Results 1 to 2 of 2

Cell referencing help

  1. #1
    Registered User
    Join Date
    02-07-2014
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    13

    Cell referencing help

    A'righty, I will attach my workbook. This is for my midterm project.

    In worksheet 'budget overview' I need to reference the projected and actual expenses from the total on worksheet 'expenses' So i did so, however, if I change the drop down on the expenses worksheet to only display housing data, then the projected and actual expenses on my budget worksheet changes as well to the new data portrayed on the expenses worksheet.

    I need to reference the cell, without it changing when I change the category display, but I need the cell to change accordingly if I enter new data in the overall tablet on the expenses worksheet.

    Or do I need to create a seperate worksheet that has the data in and reference my cells on my budget worksheet to that new worksheet?

    I hope that made sense!

    ps: I'm well aware of spelling errors, I will fix them all when the workbook is finished.


    Budget Project Again.xlsx
    Last edited by tsukami; 02-07-2014 at 05:18 PM.

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Cell referencing help

    Ash,

    It's changing because you're using the SUBTOTAL function instead of SUM.

    SUBTOTAL ranges only exist when they aren't hidden. So when you filter Housing and the other numbers go all ninja-like, it's like they don't even exist.

    You can instead use SUM(E9:E45) and it will still add up the numbers even if they are hidden.

    I'd just can change Overview I12 to =SUM(E9:E45) and keep the subtotal in place so that things look right.

    I13: =SUM(f9:f45)

    I14: =I12-I13

    This way your Overview remains a total of all expenses, and your Subtotal on Expenses is just the sum of what's visible on that page.
    Last edited by daffodil11; 02-07-2014 at 07:50 PM.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

+ 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. Replies: 0
    Last Post: 01-09-2013, 06:58 AM
  2. Replies: 1
    Last Post: 10-14-2012, 12:23 AM
  3. Change Cell Font Color if Cell Contains Formula Referencing Another Cell
    By wilcox.patrick in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-10-2012, 10:24 PM
  4. Replies: 2
    Last Post: 04-11-2012, 02:06 PM
  5. Lookup referencing cell referencing range
    By cmcconnehey in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-15-2008, 06:19 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