#1   Report Post  
Posted to microsoft.public.excel.misc
stapleton2308
 
Posts: n/a
Default Help!!!!


Hi i have the following data from my bank statement:

05/06/05 Cash £5.00
01/07/05 Interest £5.34
01/05/05 Cash £10.00
01/09/05 Interest £4.37

What i want to do is at the bottom of it all is have a cell which adds
up all the "interest" for me which is on the spread sheet

help much appreciated!!!

thanks

rob


--
stapleton2308
------------------------------------------------------------------------
stapleton2308's Profile: http://www.excelforum.com/member.php...o&userid=30878
View this thread: http://www.excelforum.com/showthread...hreadid=553574

  #2   Report Post  
Posted to microsoft.public.excel.misc
Lynn Moralee
 
Posts: n/a
Default Help!!!!

Hello,
Is it possible to have a separate column for interest? - then you can use
autosum to get your totals quite easily.
Lynn

"stapleton2308" wrote:


Hi i have the following data from my bank statement:

05/06/05 Cash £5.00
01/07/05 Interest £5.34
01/05/05 Cash £10.00
01/09/05 Interest £4.37

What i want to do is at the bottom of it all is have a cell which adds
up all the "interest" for me which is on the spread sheet

help much appreciated!!!

thanks

rob


--
stapleton2308
------------------------------------------------------------------------
stapleton2308's Profile: http://www.excelforum.com/member.php...o&userid=30878
View this thread: http://www.excelforum.com/showthread...hreadid=553574


  #3   Report Post  
Posted to microsoft.public.excel.misc
Kevin B
 
Posts: n/a
Default Help!!!!

SumIf will do it for you:

=SUMIF(B1:B5,"=Interest",C1:C5)

Formula assumes your dates start at A1, the categories (Cash or Interest)
start at B1, and the range to sum starts at C1
--
Kevin Backmann


"stapleton2308" wrote:


Hi i have the following data from my bank statement:

05/06/05 Cash £5.00
01/07/05 Interest £5.34
01/05/05 Cash £10.00
01/09/05 Interest £4.37

What i want to do is at the bottom of it all is have a cell which adds
up all the "interest" for me which is on the spread sheet

help much appreciated!!!

thanks

rob


--
stapleton2308
------------------------------------------------------------------------
stapleton2308's Profile: http://www.excelforum.com/member.php...o&userid=30878
View this thread: http://www.excelforum.com/showthread...hreadid=553574


  #4   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Help!!!!

"stapleton2308" wrote:
Hi i have the following data from my bank statement:
05/06/05 Cash £5.00
01/07/05 Interest £5.34
01/05/05 Cash £10.00
01/09/05 Interest £4.37
What i want to do is at the bottom of it all is have a cell which adds
up all the "interest" for me which is on the spread sheet


If those are in the range A1:C4, then try:

=sumif(B1:B4, "Interest", C1:C4)

That reads: for each cell in B1:B4, if the cell is "Interest", add the
value from the corresponding cell in C1:C4.
  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Help!!!!

=SUMIF(B:B,"interest",C:C)

Vaya con Dios,
Chuck, CABGx3



"stapleton2308" wrote:


Hi i have the following data from my bank statement:

05/06/05 Cash £5.00
01/07/05 Interest £5.34
01/05/05 Cash £10.00
01/09/05 Interest £4.37

What i want to do is at the bottom of it all is have a cell which adds
up all the "interest" for me which is on the spread sheet

help much appreciated!!!

thanks

rob


--
stapleton2308
------------------------------------------------------------------------
stapleton2308's Profile: http://www.excelforum.com/member.php...o&userid=30878
View this thread: http://www.excelforum.com/showthread...hreadid=553574




  #6   Report Post  
Posted to microsoft.public.excel.misc
Nika Lampe
 
Posts: n/a
Default Help!!!!

Hi Rob,

I am not quite sure what you need, but if you have date in column A, Type
(cash, interest) in column B and Value in column C, you can sum values by
type, using the formula:
=SUMIF(B1:B4,"Interest",C1:C4)

Instead of comma that separates criterias, you sometimes need to use ; (it
depends on list separator, defined in operating system).

If this is not what you need, please clearify what exactly you need.

Regards,
Nika Lampe

"stapleton2308" je napisal:


Hi i have the following data from my bank statement:

05/06/05 Cash £5.00
01/07/05 Interest £5.34
01/05/05 Cash £10.00
01/09/05 Interest £4.37

What i want to do is at the bottom of it all is have a cell which adds
up all the "interest" for me which is on the spread sheet

help much appreciated!!!

thanks

rob


--
stapleton2308
------------------------------------------------------------------------
stapleton2308's Profile: http://www.excelforum.com/member.php...o&userid=30878
View this thread: http://www.excelforum.com/showthread...hreadid=553574


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"