Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 145
Default adding 2 columns where

Hi there -
I'm sure this is simple, but I can't figure it out.'

I'm adding $$ on a spreadsheet and want to total out by payment types

For example, Column B has my types of money, google, paypal, amazon, etc.

I want to add up the total for column C where column b = paypal, then a
total for column c where b = google, etc....


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default adding 2 columns where

Try this:

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

Better to use a cell to hold the criteria:

A1 = paypal

=SUMIF(B:B,A1,C:C)

--
Biff
Microsoft Excel MVP


"Tammy" wrote in message
...
Hi there -
I'm sure this is simple, but I can't figure it out.'

I'm adding $$ on a spreadsheet and want to total out by payment types

For example, Column B has my types of money, google, paypal, amazon, etc.

I want to add up the total for column C where column b = paypal, then a
total for column c where b = google, etc....




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default adding 2 columns where

hi
=sumif(B1:B100,"Google",C1:C100)
or
=sumif(B:B,"Paypale",C:C)

regards
FSt1

"Tammy" wrote:

Hi there -
I'm sure this is simple, but I can't figure it out.'

I'm adding $$ on a spreadsheet and want to total out by payment types

For example, Column B has my types of money, google, paypal, amazon, etc.

I want to add up the total for column C where column b = paypal, then a
total for column c where b = google, etc....


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 145
Default adding 2 columns where

Hi - i tried them both, but i'm getting a result of "false" ..
any thoughts?

"FSt1" wrote:

hi
=sumif(B1:B100,"Google",C1:C100)
or
=sumif(B:B,"Paypale",C:C)

regards
FSt1

"Tammy" wrote:

Hi there -
I'm sure this is simple, but I can't figure it out.'

I'm adding $$ on a spreadsheet and want to total out by payment types

For example, Column B has my types of money, google, paypal, amazon, etc.

I want to add up the total for column C where column b = paypal, then a
total for column c where b = google, etc....


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default adding 2 columns where

hi
post a sample of your data.

Regards
FSt1

"Tammy" wrote:

Hi - i tried them both, but i'm getting a result of "false" ..
any thoughts?

"FSt1" wrote:

hi
=sumif(B1:B100,"Google",C1:C100)
or
=sumif(B:B,"Paypale",C:C)

regards
FSt1

"Tammy" wrote:

Hi there -
I'm sure this is simple, but I can't figure it out.'

I'm adding $$ on a spreadsheet and want to total out by payment types

For example, Column B has my types of money, google, paypal, amazon, etc.

I want to add up the total for column C where column b = paypal, then a
total for column c where b = google, etc....


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding columns autumn New Users to Excel 6 November 11th 08 12:55 AM
Adding from several columns if ... TV Excel Worksheet Functions 1 March 31st 08 04:37 AM
Adding Columns Kevin Excel Discussion (Misc queries) 6 January 8th 08 07:15 AM
Adding Columns bstafford Excel Discussion (Misc queries) 1 October 9th 05 05:04 AM
Adding columns bbc1 Excel Discussion (Misc queries) 2 August 4th 05 09:27 AM


All times are GMT +1. The time now is 10:34 PM.

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

About Us

"It's about Microsoft Excel"