Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Can you enter a formula in a cell that auto-inputs calculations for a
specific label? I have a spreadsheet that documents a label in one column and within the same row has a $ figure that pertains to that label. ex: Produce $10.00 Meat $3.00 Dairy $8.00 I want to calculate the sum for all produce totals at the bottom of the spreadsheet without having to select each individual cell (A1+A5+A8) that has the word produce in the cell next to it .... |
#2
![]() |
|||
|
|||
![]()
Hi
=SUMIF(A1:A20,"Produce") -- Regards Frank Kabel Frankfurt, Germany proactive wrote: Can you enter a formula in a cell that auto-inputs calculations for a specific label? I have a spreadsheet that documents a label in one column and within the same row has a $ figure that pertains to that label. ex: Produce $10.00 Meat $3.00 Dairy $8.00 I want to calculate the sum for all produce totals at the bottom of the spreadsheet without having to select each individual cell (A1+A5+A8) that has the word produce in the cell next to it .... |
#3
![]() |
|||
|
|||
![]()
One way:
=SUMIF(A:A, "Produce", B:B) In article , proactive wrote: Can you enter a formula in a cell that auto-inputs calculations for a specific label? I have a spreadsheet that documents a label in one column and within the same row has a $ figure that pertains to that label. ex: Produce $10.00 Meat $3.00 Dairy $8.00 I want to calculate the sum for all produce totals at the bottom of the spreadsheet without having to select each individual cell (A1+A5+A8) that has the word produce in the cell next to it .... |
#4
![]() |
|||
|
|||
![]()
Hi
sorry, make this =SUMIF(A1:A10,"Produce",B1:B10) -- Regards Frank Kabel Frankfurt, Germany proactive wrote: Can you enter a formula in a cell that auto-inputs calculations for a specific label? I have a spreadsheet that documents a label in one column and within the same row has a $ figure that pertains to that label. ex: Produce $10.00 Meat $3.00 Dairy $8.00 I want to calculate the sum for all produce totals at the bottom of the spreadsheet without having to select each individual cell (A1+A5+A8) that has the word produce in the cell next to it .... |
#5
![]() |
|||
|
|||
![]()
Doesn't the 'Group And Outline' feature from the Data menu create the same
result. Of course, the data must first be sorted by the column containing the groups (i.e., produce, meat, dairy) "Frank Kabel" wrote: Hi sorry, make this =SUMIF(A1:A10,"Produce",B1:B10) -- Regards Frank Kabel Frankfurt, Germany proactive wrote: Can you enter a formula in a cell that auto-inputs calculations for a specific label? I have a spreadsheet that documents a label in one column and within the same row has a $ figure that pertains to that label. ex: Produce $10.00 Meat $3.00 Dairy $8.00 I want to calculate the sum for all produce totals at the bottom of the spreadsheet without having to select each individual cell (A1+A5+A8) that has the word produce in the cell next to it .... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display answer only in another cell of one containing a formula | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
Cell contents vs. Formula contents | Excel Discussion (Misc queries) | |||
Aligning Two Lists in Excel | Excel Discussion (Misc queries) | |||
Conditional Formatting for dates | Excel Worksheet Functions |