Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mel
 
Posts: n/a
Default Count, numbers and text

I have data in rows 3 to 49 and columns A to U. In column L are names of
destinations. In Column K are weights delivered to those destinations. I need
a formula to give me the total weight delivered to each of those
destinations. Can anyone help please?!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default Count, numbers and text

Hi Mel

Try putting a list of the destinations you need to total in say cells
W1:W10 then in cell X1 enter
=SUMIF(K:K,W1,L:L)
Copy formula down through cells X2:X10

Make the range in W long enough to deal with each of your required
locations


--
Regards

Roger Govier


"Mel" wrote in message
...
I have data in rows 3 to 49 and columns A to U. In column L are names
of
destinations. In Column K are weights delivered to those destinations.
I need
a formula to give me the total weight delivered to each of those
destinations. Can anyone help please?!



  #3   Report Post  
Posted to microsoft.public.excel.misc
Mel
 
Posts: n/a
Default Count, numbers and text

Hi Roger - thanks but it didn't work, returned a 0. I put my in destinations
in H53 to H61 and used the rest of your formula. Any other ideas?

"Roger Govier" wrote:

Hi Mel

Try putting a list of the destinations you need to total in say cells
W1:W10 then in cell X1 enter
=SUMIF(K:K,W1,L:L)
Copy formula down through cells X2:X10

Make the range in W long enough to deal with each of your required
locations


--
Regards

Roger Govier


"Mel" wrote in message
...
I have data in rows 3 to 49 and columns A to U. In column L are names
of
destinations. In Column K are weights delivered to those destinations.
I need
a formula to give me the total weight delivered to each of those
destinations. Can anyone help please?!




  #4   Report Post  
Posted to microsoft.public.excel.misc
Marcelo
 
Posts: n/a
Default Count, numbers and text

Hi Mel,

try to use:

sumproduct((K2:k100=h53)*(L2:l100))

does this help?
regards from Brazil
Marcelo


"Mel" escreveu:

Hi Roger - thanks but it didn't work, returned a 0. I put my in destinations
in H53 to H61 and used the rest of your formula. Any other ideas?

"Roger Govier" wrote:

Hi Mel

Try putting a list of the destinations you need to total in say cells
W1:W10 then in cell X1 enter
=SUMIF(K:K,W1,L:L)
Copy formula down through cells X2:X10

Make the range in W long enough to deal with each of your required
locations


--
Regards

Roger Govier


"Mel" wrote in message
...
I have data in rows 3 to 49 and columns A to U. In column L are names
of
destinations. In Column K are weights delivered to those destinations.
I need
a formula to give me the total weight delivered to each of those
destinations. Can anyone help please?!




  #5   Report Post  
Posted to microsoft.public.excel.misc
Mel
 
Posts: n/a
Default Count, numbers and text

Hi Marcelo - Thanks, this is driving me nuts! This is my table/summary. The
first destination Chililabombwe is in H53 in the summary. The data for all
the destinations is in column L3 to L49 in the worksheet. The weights are in
column K3 to K49. Deliveries are made throughout the month and vary. When I
used your formula I got the #VALUE error message?(There are more destinations
than this!)

DESTINATION WEIGHT
Chililabombwe #VALUE!
Kabwe #VALUE!
Kasama #VALUE!
Kitwe #VALUE!

"Marcelo" wrote:

Hi Mel,

try to use:

sumproduct((K2:k100=h53)*(L2:l100))

does this help?
regards from Brazil
Marcelo


"Mel" escreveu:

Hi Roger - thanks but it didn't work, returned a 0. I put my in destinations
in H53 to H61 and used the rest of your formula. Any other ideas?

"Roger Govier" wrote:

Hi Mel

Try putting a list of the destinations you need to total in say cells
W1:W10 then in cell X1 enter
=SUMIF(K:K,W1,L:L)
Copy formula down through cells X2:X10

Make the range in W long enough to deal with each of your required
locations


--
Regards

Roger Govier


"Mel" wrote in message
...
I have data in rows 3 to 49 and columns A to U. In column L are names
of
destinations. In Column K are weights delivered to those destinations.
I need
a formula to give me the total weight delivered to each of those
destinations. Can anyone help please?!





  #6   Report Post  
Posted to microsoft.public.excel.misc
Marcelo
 
Posts: n/a
Default Count, numbers and text

The K Column (Weights) are text?

regards

"Mel" escreveu:

Hi Marcelo - Thanks, this is driving me nuts! This is my table/summary. The
first destination Chililabombwe is in H53 in the summary. The data for all
the destinations is in column L3 to L49 in the worksheet. The weights are in
column K3 to K49. Deliveries are made throughout the month and vary. When I
used your formula I got the #VALUE error message?(There are more destinations
than this!)

DESTINATION WEIGHT
Chililabombwe #VALUE!
Kabwe #VALUE!
Kasama #VALUE!
Kitwe #VALUE!

"Marcelo" wrote:

Hi Mel,

try to use:

sumproduct((K2:k100=h53)*(L2:l100))

does this help?
regards from Brazil
Marcelo


"Mel" escreveu:

Hi Roger - thanks but it didn't work, returned a 0. I put my in destinations
in H53 to H61 and used the rest of your formula. Any other ideas?

"Roger Govier" wrote:

Hi Mel

Try putting a list of the destinations you need to total in say cells
W1:W10 then in cell X1 enter
=SUMIF(K:K,W1,L:L)
Copy formula down through cells X2:X10

Make the range in W long enough to deal with each of your required
locations


--
Regards

Roger Govier


"Mel" wrote in message
...
I have data in rows 3 to 49 and columns A to U. In column L are names
of
destinations. In Column K are weights delivered to those destinations.
I need
a formula to give me the total weight delivered to each of those
destinations. Can anyone help please?!



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
Why are 1/2 my numbers imported as text and the rest as numbers? KBear Excel Discussion (Misc queries) 2 April 21st 06 01:40 PM
VLOOKUP should compare numbers stored as text to plain numbers. VLOOKUP - Numbers stored as text Excel Worksheet Functions 0 March 31st 06 05:53 PM
Numbers stored as text causes problem with VLOOKUP bpeltzer Excel Worksheet Functions 0 February 4th 06 08:07 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM


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