Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to generate a spredsheet to help me with my VAT Returns. I am
entering data in rows. Colunm "A2" is simply the date. Column "B" is an "In" or "Out" payment. Col "C" is a value in £. I would like to total all the "In" values and return the answer into cell "F1" and total all the "Out" values and return the answer into cell "F2". Can any one help? A B C date In £200 date In £567 date Out £55 date In £678 date Out £555 Cheers Andy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMIF(B2:B10,"In",C2:C10)
-- Regards, Peo Sjoblom "ANDY" wrote in message ... I am trying to generate a spredsheet to help me with my VAT Returns. I am entering data in rows. Colunm "A2" is simply the date. Column "B" is an "In" or "Out" payment. Col "C" is a value in £. I would like to total all the "In" values and return the answer into cell "F1" and total all the "Out" values and return the answer into cell "F2". Can any one help? A B C date In £200 date In £567 date Out £55 date In £678 date Out £555 Cheers Andy |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Andy
=SUMIF(B:B,"In",C:C) and =SUMIF(B:B,"Out",C:C) -- Regards Roger Govier "ANDY" wrote in message ... I am trying to generate a spredsheet to help me with my VAT Returns. I am entering data in rows. Colunm "A2" is simply the date. Column "B" is an "In" or "Out" payment. Col "C" is a value in £. I would like to total all the "In" values and return the answer into cell "F1" and total all the "Out" values and return the answer into cell "F2". Can any one help? A B C date In £200 date In £567 date Out £55 date In £678 date Out £555 Cheers Andy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
problem with Linking workbooks via "copy" and "paste link" | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |