#1   Report Post  
Posted to microsoft.public.excel.misc
KC KC is offline
external usenet poster
 
Posts: 107
Default Formula Help Needed

Column B has specific words in it (ie Tools, Cookbook, PO)
Column C has a % in it (ie 50%, 100%, 75%)
Column D-J have number in them (ie 24.3, 62, 2.50)

I have about 90 rows of this data

I'm trying to create a table underneath this list that will have the
following rows:

Tools
Cookbook
PO

What I'd like the formula to do is say if Col B = Tools then take Col C %
and * by Col D. if Col B = Cookbook then take Col C % and * by Col D. etc.


Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 169
Default Formula Help Needed

=SUMPRODUCT(--(B1:B90=B92),C1:C90,D1:D90)

B92 = Tools
You probably want to make the arrays absolute references and then have the
list of categories extending down from B92
--
Tips for Excel, Word, PowerPoint and Other Applications
http://www.kan.org/tips


"KC" wrote:

Column B has specific words in it (ie Tools, Cookbook, PO)
Column C has a % in it (ie 50%, 100%, 75%)
Column D-J have number in them (ie 24.3, 62, 2.50)

I have about 90 rows of this data

I'm trying to create a table underneath this list that will have the
following rows:

Tools
Cookbook
PO

What I'd like the formula to do is say if Col B = Tools then take Col C %
and * by Col D. if Col B = Cookbook then take Col C % and * by Col D. etc.


Can anyone help?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 231
Default Formula Help Needed

What R U tring to say [B=C%]*D ?

"KC" wrote:

Column B has specific words in it (ie Tools, Cookbook, PO)
Column C has a % in it (ie 50%, 100%, 75%)
Column D-J have number in them (ie 24.3, 62, 2.50)

I have about 90 rows of this data

I'm trying to create a table underneath this list that will have the
following rows:

Tools
Cookbook
PO

What I'd like the formula to do is say if Col B = Tools then take Col C %
and * by Col D. if Col B = Cookbook then take Col C % and * by Col D. etc.


Can anyone help?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Formula Help Needed

Hi,

try this.


Tools =SUMPRODUCT((A1:A90=A100)*(B1:B90*C1:C90))
Cookbook
PO
Where the word 'Tools is in A100

Mike

"KC" wrote:

Column B has specific words in it (ie Tools, Cookbook, PO)
Column C has a % in it (ie 50%, 100%, 75%)
Column D-J have number in them (ie 24.3, 62, 2.50)

I have about 90 rows of this data

I'm trying to create a table underneath this list that will have the
following rows:

Tools
Cookbook
PO

What I'd like the formula to do is say if Col B = Tools then take Col C %
and * by Col D. if Col B = Cookbook then take Col C % and * by Col D. etc.


Can anyone help?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Formula Help Needed

oops,

wrong columns

=SUMPRODUCT((B1:B90=A100)*(C1:C90*D1:D90))

Mike

"Mike H" wrote:

Hi,

try this.


Tools =SUMPRODUCT((A1:A90=A100)*(B1:B90*C1:C90))
Cookbook
PO
Where the word 'Tools is in A100

Mike

"KC" wrote:

Column B has specific words in it (ie Tools, Cookbook, PO)
Column C has a % in it (ie 50%, 100%, 75%)
Column D-J have number in them (ie 24.3, 62, 2.50)

I have about 90 rows of this data

I'm trying to create a table underneath this list that will have the
following rows:

Tools
Cookbook
PO

What I'd like the formula to do is say if Col B = Tools then take Col C %
and * by Col D. if Col B = Cookbook then take Col C % and * by Col D. etc.


Can anyone help?



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
Formula Help needed Krish Excel Worksheet Functions 2 November 3rd 07 02:53 PM
Formula needed - is this possible? Gary''s Student Excel Discussion (Misc queries) 0 March 28th 07 01:06 AM
formula needed Dave O. Excel Discussion (Misc queries) 2 December 28th 06 07:36 PM
Formula needed Admiral70 Excel Worksheet Functions 4 August 18th 05 09:58 PM
Help! Formula Needed Lonz Excel Discussion (Misc queries) 5 May 19th 05 11:51 PM


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