Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default SUMIF formula for two variables in two columns

How do i create a SUMIF formula for two variables in two columns?
I have a finance spreasheet and i want to add the cost of all of a certain
type of item from a certain week. Do I use the AND function and SUMIF? How
do I fit the AND formula in?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rob Rob is offline
external usenet poster
 
Posts: 234
Default SUMIF formula for two variables in two columns

Hi,

I posted a similar question and went for Sumproduct, have a look at my
posting and replies of yesterday.

"luciemaxine" wrote in message
...
How do i create a SUMIF formula for two variables in two columns?
I have a finance spreasheet and i want to add the cost of all of a certain
type of item from a certain week. Do I use the AND function and SUMIF?
How
do I fit the AND formula in?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default SUMIF formula for two variables in two columns

Here's a response to a similar question:

=sumproduct(--(a1:a100="UO"),--(b1:b100="Creative Technology"))

Adjust the ranges to match--but you can't use whole columns.

=sumproduct() likes to work with numbers. The -- stuff changes trues and falses
to 1's and 0's.

Bob Phillips explains =sumproduct() in much more detail he
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

And J.E. McGimpsey has some notes at:
http://mcgimpsey.com/excel/formulae/doubleneg.html

luciemaxine wrote:

How do i create a SUMIF formula for two variables in two columns?
I have a finance spreasheet and i want to add the cost of all of a certain
type of item from a certain week. Do I use the AND function and SUMIF? How
do I fit the AND formula in?


--

Dave Peterson
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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
formula to stay fixed on two columns as you add more columns usingexcel Excel Discussion (Misc queries) 1 August 3rd 06 01:25 AM
SUMIF where values to be summed are formula Zakynthos Excel Worksheet Functions 10 July 27th 05 04:05 PM
sumif formula returns incorrect value modular_brian Excel Worksheet Functions 1 June 16th 05 10:29 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


All times are GMT +1. The time now is 08:30 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"