#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 145
Default Add a column where

Hi there -
I need to sum up column I of my spreadsheet sheet where column A contains
DFW and column H contains Attempt to Address Charge.

Can I use something like this?
=sumproduct(--'spreadsheetname'!A2:a5500="dfw"),--('spreadhsheetname'!H2:h5500="attempt to address charge"))

any help appreciated.
thank you!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default Add a column where

=sumproduct(--'spreadsheetname'!A2:a5500="dfw"),--('spreadhsheetname'!H2:h5500="attempt
to address charge"),'spreadhsheetname'!I2:I5500)


--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Tammy" wrote in message
...
Hi there -
I need to sum up column I of my spreadsheet sheet where column A contains
DFW and column H contains Attempt to Address Charge.

Can I use something like this?
=sumproduct(--'spreadsheetname'!A2:a5500="dfw"),--('spreadhsheetname'!H2:h5500="attempt
to address charge"))

any help appreciated.
thank you!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 145
Default Add a column where

Bob - I think it's close - but it's not working. I get an error. Any
suggestions? And is that the correct function to do addition of column I ?


"Bob Phillips" wrote:

=sumproduct(--'spreadsheetname'!A2:a5500="dfw"),--('spreadhsheetname'!H2:h5500="attempt
to address charge"),'spreadhsheetname'!I2:I5500)


--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Tammy" wrote in message
...
Hi there -
I need to sum up column I of my spreadsheet sheet where column A contains
DFW and column H contains Attempt to Address Charge.

Can I use something like this?
=sumproduct(--'spreadsheetname'!A2:a5500="dfw"),--('spreadhsheetname'!H2:h5500="attempt
to address charge"))

any help appreciated.
thank you!




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default Add a column where

You had a couple of errors in your formula that I copied.

Try

=SUMPRODUCT(--(spreadsheetname!A2:A55="dfw"),
--(spreadsheetname!H2:H55="attempt to address charge"),
spreadsheetname!I2:I55)

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Tammy" wrote in message
...
Bob - I think it's close - but it's not working. I get an error. Any
suggestions? And is that the correct function to do addition of column I
?


"Bob Phillips" wrote:

=sumproduct(--'spreadsheetname'!A2:a5500="dfw"),--('spreadhsheetname'!H2:h5500="attempt
to address charge"),'spreadhsheetname'!I2:I5500)


--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Tammy" wrote in message
...
Hi there -
I need to sum up column I of my spreadsheet sheet where column A
contains
DFW and column H contains Attempt to Address Charge.

Can I use something like this?
=sumproduct(--'spreadsheetname'!A2:a5500="dfw"),--('spreadhsheetname'!H2:h5500="attempt
to address charge"))

any help appreciated.
thank you!






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 145
Default Add a column where

thanks! it worked perfectly.

"Bob Phillips" wrote:

You had a couple of errors in your formula that I copied.

Try

=SUMPRODUCT(--(spreadsheetname!A2:A55="dfw"),
--(spreadsheetname!H2:H55="attempt to address charge"),
spreadsheetname!I2:I55)

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Tammy" wrote in message
...
Bob - I think it's close - but it's not working. I get an error. Any
suggestions? And is that the correct function to do addition of column I
?


"Bob Phillips" wrote:

=sumproduct(--'spreadsheetname'!A2:a5500="dfw"),--('spreadhsheetname'!H2:h5500="attempt
to address charge"),'spreadhsheetname'!I2:I5500)


--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Tammy" wrote in message
...
Hi there -
I need to sum up column I of my spreadsheet sheet where column A
contains
DFW and column H contains Attempt to Address Charge.

Can I use something like this?
=sumproduct(--'spreadsheetname'!A2:a5500="dfw"),--('spreadhsheetname'!H2:h5500="attempt
to address charge"))

any help appreciated.
thank you!







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
How do I combine spreadsheets and documents in one file? Trish Excel Discussion (Misc queries) 3 November 9th 06 09:17 PM
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
Column picked randomly with probability relative to number of entr Neil Goldwasser Excel Worksheet Functions 4 May 30th 06 08:55 AM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


All times are GMT +1. The time now is 07:51 AM.

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"