Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a summary page that pulls numbers in based on account numbers from a
detail spreadsheet. Column A is the account number, Column B is the amount on the detail spreadsheet. Is it possible to do some sort of trace function to see what numbers are not going into the summary worksheet? I haven't had this error before and there is not one amount that comes close to matching the difference from the summary sheet to the detail sheet. Hope this makes sense. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you are doing a sum of your data tab, i.e.: =SUM(Data!$A$2:$A$100), have
you verified that your data tab is not extended beyond row 100? -- John C "Knucklehead" wrote: I have a summary page that pulls numbers in based on account numbers from a detail spreadsheet. Column A is the account number, Column B is the amount on the detail spreadsheet. Is it possible to do some sort of trace function to see what numbers are not going into the summary worksheet? I haven't had this error before and there is not one amount that comes close to matching the difference from the summary sheet to the detail sheet. Hope this makes sense. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes - it is a SUMIF formula that is defined to row 400 and I cut it to 385
rows of data. I believe somehow there are new accounts that I can't figure out that aren't defined in a SUMIF formula. I tried to line up the account numbers from previous periods against this period and can't figure it out. I am guessing a formula got changed somehow, or deleted. Thank you very much. "John C" wrote: If you are doing a sum of your data tab, i.e.: =SUM(Data!$A$2:$A$100), have you verified that your data tab is not extended beyond row 100? -- John C "Knucklehead" wrote: I have a summary page that pulls numbers in based on account numbers from a detail spreadsheet. Column A is the account number, Column B is the amount on the detail spreadsheet. Is it possible to do some sort of trace function to see what numbers are not going into the summary worksheet? I haven't had this error before and there is not one amount that comes close to matching the difference from the summary sheet to the detail sheet. Hope this makes sense. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use a VLOOKUP to match the account numbers on the larger file against your
summary. Every value in the larger file that doesn't match a summary value will result in a #NA error, which will help you narrow down what isn't getting included. -- Tips for Excel, Word, PowerPoint and Other Applications http://www.kan.org/tips "Knucklehead" wrote: Yes - it is a SUMIF formula that is defined to row 400 and I cut it to 385 rows of data. I believe somehow there are new accounts that I can't figure out that aren't defined in a SUMIF formula. I tried to line up the account numbers from previous periods against this period and can't figure it out. I am guessing a formula got changed somehow, or deleted. Thank you very much. "John C" wrote: If you are doing a sum of your data tab, i.e.: =SUM(Data!$A$2:$A$100), have you verified that your data tab is not extended beyond row 100? -- John C "Knucklehead" wrote: I have a summary page that pulls numbers in based on account numbers from a detail spreadsheet. Column A is the account number, Column B is the amount on the detail spreadsheet. Is it possible to do some sort of trace function to see what numbers are not going into the summary worksheet? I haven't had this error before and there is not one amount that comes close to matching the difference from the summary sheet to the detail sheet. Hope this makes sense. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Borders on cells included in formula while editing | Setting up and Configuration of Excel | |||
How to total rows in Excel with non-value cells like "included"? | Excel Worksheet Functions | |||
fill red cells included in formula - ajit | Excel Discussion (Misc queries) | |||
How to display the "values" included in a formula vs. the cells? | Excel Worksheet Functions | |||
How do I "turn off" cells so they are not included in autosum | Excel Worksheet Functions |