Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am attempting to help someone calculate her expenses. In column A she has
the date the expense occured, in column B she has the type of expense, and in column C she has the dollar amount. She has a spreadsheet for each month. How do I calculate the values for one expense (for example, the amount spent on fuel) for the entire year? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Let's say she has the actual expenses in B2:B100 and the expense type in
A2:A100 This will give her what she needs on a monthly basis. =sumproduct(--(A2:A100="FUEL"),(B2:B100)) You'd have to pull the data from each sheet to get the sum for the yearly reports. As I'm not sure how it's listed in the spreadsheets, I can't give a good answer to you. Can you give more information? "Crys H." wrote: I am attempting to help someone calculate her expenses. In column A she has the date the expense occured, in column B she has the type of expense, and in column C she has the dollar amount. She has a spreadsheet for each month. How do I calculate the values for one expense (for example, the amount spent on fuel) for the entire year? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks I've got it now!
-- "If you make something idiot proof, someone will invent a better idiot." "Barb Reinhardt" wrote: Let's say she has the actual expenses in B2:B100 and the expense type in A2:A100 This will give her what she needs on a monthly basis. =sumproduct(--(A2:A100="FUEL"),(B2:B100)) You'd have to pull the data from each sheet to get the sum for the yearly reports. As I'm not sure how it's listed in the spreadsheets, I can't give a good answer to you. Can you give more information? "Crys H." wrote: I am attempting to help someone calculate her expenses. In column A she has the date the expense occured, in column B she has the type of expense, and in column C she has the dollar amount. She has a spreadsheet for each month. How do I calculate the values for one expense (for example, the amount spent on fuel) for the entire year? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi Crys,
=sunif(b:b,"fuel",C:C) hth regards from Brazil Marcelo "Crys H." escreveu: I am attempting to help someone calculate her expenses. In column A she has the date the expense occured, in column B she has the type of expense, and in column C she has the dollar amount. She has a spreadsheet for each month. How do I calculate the values for one expense (for example, the amount spent on fuel) for the entire year? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
sory on the previous post I type sunif, the correct is SUMIF
regards "Crys H." escreveu: I am attempting to help someone calculate her expenses. In column A she has the date the expense occured, in column B she has the type of expense, and in column C she has the dollar amount. She has a spreadsheet for each month. How do I calculate the values for one expense (for example, the amount spent on fuel) for the entire year? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How are the sheet tabs named?
In article , Crys H. <Crys wrote: I am attempting to help someone calculate her expenses. In column A she has the date the expense occured, in column B she has the type of expense, and in column C she has the dollar amount. She has a spreadsheet for each month. How do I calculate the values for one expense (for example, the amount spent on fuel) for the entire year? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
select specific cells and consolidate same over many worksheets | New Users to Excel | |||
How do you protect hidden linked worksheets with in an Excel workb | Excel Discussion (Misc queries) | |||
Merge Worksheets | Excel Discussion (Misc queries) | |||
Spawning worksheets and a summary per worksheet | Excel Discussion (Misc queries) | |||
How do I retrieve data (specific cells) from multiple worksheets on a shared drive | Excel Worksheet Functions |