Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 155
Default Sumproduct trouble

Hi there,

I have two columns in my HQ Input Log. Column A is Month with month name
values in the column (ex. Jan, Feb, Mar etc). Column B contains numeric
values.

I also have another sheet that i user to capture values, but month.

Here is what i want to do: I want to search Column A for, a month value,
say January, and in the January row, want to display the value associated to
month January, on another sheet.

Can someone help me with this?
--
Carlee
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sumproduct trouble

In column A do you have only 1 instance of each month?

Are these month names TEXT entries or are they dates formatted to display
just the month name?

Assuming there is a single instance of each month name and these names are
test:

=SUMIF('HQ Input Log'!A:A,"Jan",'HQ Input Log'!B:B)

Or:

D1 = Jan

=SUMIF('HQ Input Log'!A:A,D1,'HQ Input Log'!B:B)


--
Biff
Microsoft Excel MVP


"Carlee" wrote in message
...
Hi there,

I have two columns in my HQ Input Log. Column A is Month with month name
values in the column (ex. Jan, Feb, Mar etc). Column B contains numeric
values.

I also have another sheet that i user to capture values, but month.

Here is what i want to do: I want to search Column A for, a month value,
say January, and in the January row, want to display the value associated
to
month January, on another sheet.

Can someone help me with this?
--
Carlee



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 244
Default Sumproduct trouble

On 2 Aug, 20:40, Carlee wrote:
Hi there,

I have two columns in my HQ Input Log. Column A is Month with month name
values in the column (ex. Jan, Feb, Mar etc). Column B contains numeric
values.

I also have another sheet that i user to capture values, but month.

Here is what i want to do: I want to search Column A for, a month value,
say January, and in the January row, want to display the value associated to
month January, on another sheet.

Can someone help me with this?
--
Carlee


This doesnt need sumproduct, a simple SUMIF will do it -

=SUMIF(a1:a1000,"January",B1:B1000)

If you want to summarize ALL months, then a Pivot Table would do it

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
SUMPRODUCT - Giving me trouble porter444 Excel Worksheet Functions 3 May 22nd 07 11:04 AM
SUMPRODUCT trouble Greg Snidow Excel Worksheet Functions 14 November 20th 06 09:42 PM
Trouble with SUMPRODUCT edwardpestian Excel Worksheet Functions 7 July 5th 06 08:06 AM
Still having trouble scott Excel Discussion (Misc queries) 3 May 17th 06 08:01 PM
help please - trouble with sumproduct function Jennie Excel Worksheet Functions 2 June 17th 05 09:40 PM


All times are GMT +1. The time now is 05:28 PM.

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"