Excel - Excel problem
Asked By jilldicarl
14-Feb-07 12:41 PM
I am working on an Excel file for work and thought that maybe you
could help me out with the formulas. I initially thought that a
combination of an If / sum function would work but I am having a
problems.
He is the situation:
I have one Excel sheet with a couple of workbooks.
I have one workbook that has about 8 columns and 25 rows (the number
of row could change on any given day) one of the columns has different
plants listed (coded by a number). What I want is to have Excel look
up the plant I tell it to, and then sum the cost savings (in a
different column) by plant. I then want Excel to input that data in a
cell in workbook 2.
Every time we add a row and code it by plant then I want the sum
number in worksheet 2 to automatically update.
Any suggestions?
SUMIF
(1)
Excel
(1)
Workbook
(1)
Bernie Deitrick replied...
Jill,
Select the cell where you want the summation, and type:
=SUMIF(
then navigate to the column with the plant names and select the entire
column, then type
, "PlantName",
(replace PlantName with the name of interest) then navigate to the column
with the savings values and select that entire column, then type
)
and press Enter.
Your use of Workbook and worksheet was inconsistent, and so I can't give you
a sample formula easily. You can also replace "PlantName" with a cell
reference, if you want to create a table or key value cell...
HTH,
Bernie
MS Excel MVP
Excluding cells from average on Excel workbook Excel I am trying to average a column of percentages but need to exclude some cells no number or letters in it but the function is still being used? Thanks much Excel New Users Discussions Microsoft Excel (1) Excel (1) SUMPRODUCT (1) ISNUMBER (1) Workbook (1) INDIRECT (1) VLOOKUP (1) COUNTIF (1) I posted this to your original post but you insist on having formulas that can return N / A then this might work = SUMPRODUCT(SUMIF(INDIRECT({"F10", "F13", "F16", "F19", "F22", "F26", "F30"}), "<"&99^99)) / SUMPRODUCT(COUNTIF(INDIRECT({"F10", "F13
Excel - sumif not updating properly Excel I built sumif formulas into a workbook. Pretty basic formulas, the sumif's are based on values within the workbook, i.e., not another workbook. The sumif's are built something like this: The formula in cell D105 on the
XL2000 - Linking SUMIF with Other Workbook Excel I have two workbooks. One contains a detailed sheet and the other contains a summary sheet. On the summary sheet I want to use SUMIF so that it goes to the detail sheet and, if a specfiic condition exists in it, I only opened the summary sheet. All my otherlinks actively updated except those using SUMIF. The SUMIF cells display #VALUE!, until I open the detail sheet. Is this the way SUMIF is meant to work between workbooks or is this a "bug" with SUMIF in XL2000 (O / S = XP)? All help is greatly appreciated. - - LPS Excel Worksheet Discussions Excel
sumif Excel How do I enter more than one worksheet in the range function of the sumif formula and hence in the sum_range function? - - John S Excel Worksheet Discussions Microsoft Excel (1) SUMPRODUCT (1) Worksheet (1) Workbook (1) INDIRECT (1) SUMIF (1) ROW (1) Skillman (1) You cannot do it like that. Provide more detail. - - Biff Microsoft Excel MVP Thanks for responding. I need to gather data from more than one worksheet when
Excel 2007 Problem with SUMIF Excel In a worksheet I have one tab that contains detail information. I filter the detail sorts. Then I return to the original worksheet, to a different tab, and insert a SUMIF that references the newly created worksheet (Book1). The process and SUMIF worked fine in Excel 2003 version. It also works fine if I reference between 2 tabs in the same I don't create the new worksheet and just filter on the detail tab, the SUMIF does not recognize the filter and pulls all the info from the detail tab. That create the new worksheet with the 2 filtered data tabs.) The formula in the original workbook looks like this: SUMIF("'[Book1.xls]Sheet1'!$H:$H", B3, "'[Book1.xls]Sheet1'!$J:$J