PC Review


Reply
Thread Tools Rate Thread

Calculation on lookup

 
 
sfi
Guest
Posts: n/a
 
      27th Feb 2006
How do I count how many ".5625" 's there are in column E and multiply the
count by the quantity in column D and put the total in A8?


A B C D E
1
2
3
4 4 .5625
5 1 .750
6 3 .625
7 2 .5625
8 6


Thanks
DuWayne


 
Reply With Quote
 
 
 
 
Roger Govier
Guest
Posts: n/a
 
      27th Feb 2006
Hi

In cell A8
= SUM(D17)*COUNTIF(E1:E7,0.5625)

--
Regards

Roger Govier


"sfi" <(E-Mail Removed)> wrote in message
news:44030d17$0$32714$(E-Mail Removed)...
> How do I count how many ".5625" 's there are in column E and multiply
> the
> count by the quantity in column D and put the total in A8?
>
>
> A B C D E
> 1
> 2
> 3
> 4 4 .5625
> 5 1 .750
> 6 3 .625
> 7 2 .5625
> 8 6
>
>
> Thanks
> DuWayne
>
>



 
Reply With Quote
 
=?Utf-8?B?RHVXYXluZQ==?=
Guest
Posts: n/a
 
      28th Feb 2006
= SUM(D17)*COUNTIF(E1:E7,0.5625)

This formula calculates the entire column of D which is 10
I need it to count each 0.5625 in column E and add the totals of
column D next to each 0.5625 and put answer in cell A8?
The correct answer should be 6.

"Roger Govier" wrote:

> Hi
>
> In cell A8
> = SUM(D17)*COUNTIF(E1:E7,0.5625)
>
> --
> Regards
>
> Roger Govier
>
>
> "sfi" <(E-Mail Removed)> wrote in message
> news:44030d17$0$32714$(E-Mail Removed)...
> > How do I count how many ".5625" 's there are in column E and multiply
> > the
> > count by the quantity in column D and put the total in A8?
> >
> >
> > A B C D E
> > 1
> > 2
> > 3
> > 4 4 .5625
> > 5 1 .750
> > 6 3 .625
> > 7 2 .5625
> > 8 6
> >
> >
> > Thanks
> > DuWayne
> >
> >

>
>
>

 
Reply With Quote
 
Domenic
Guest
Posts: n/a
 
      28th Feb 2006
Try...

=SUMIF(E4:E7,0.5625,D47)

Hope this helps!

In article <E7F4D73A-F37C-485C-8F5B-(E-Mail Removed)>,
"DuWayne" <(E-Mail Removed)> wrote:

> = SUM(D17)*COUNTIF(E1:E7,0.5625)
>
> This formula calculates the entire column of D which is 10
> I need it to count each 0.5625 in column E and add the totals of
> column D next to each 0.5625 and put answer in cell A8?
> The correct answer should be 6.
>
> "Roger Govier" wrote:
>
> > Hi
> >
> > In cell A8
> > = SUM(D17)*COUNTIF(E1:E7,0.5625)
> >
> > --
> > Regards
> >
> > Roger Govier
> >
> >
> > "sfi" <(E-Mail Removed)> wrote in message
> > news:44030d17$0$32714$(E-Mail Removed)...
> > > How do I count how many ".5625" 's there are in column E and multiply
> > > the
> > > count by the quantity in column D and put the total in A8?
> > >
> > >
> > > A B C D E
> > > 1
> > > 2
> > > 3
> > > 4 4 .5625
> > > 5 1 .750
> > > 6 3 .625
> > > 7 2 .5625
> > > 8 6
> > >
> > >
> > > Thanks
> > > DuWayne
> > >
> > >

> >
> >
> >

 
Reply With Quote
 
Roger Govier
Guest
Posts: n/a
 
      1st Mar 2006
Hi
Sorry, I totally misread your question.

Domenic has given you the solution though.

--
Regards

Roger Govier


"DuWayne" <(E-Mail Removed)> wrote in message
news:E7F4D73A-F37C-485C-8F5B-(E-Mail Removed)...
> = SUM(D17)*COUNTIF(E1:E7,0.5625)
>
> This formula calculates the entire column of D which is 10
> I need it to count each 0.5625 in column E and add the totals of
> column D next to each 0.5625 and put answer in cell A8?
> The correct answer should be 6.
>
> "Roger Govier" wrote:
>
>> Hi
>>
>> In cell A8
>> = SUM(D17)*COUNTIF(E1:E7,0.5625)
>>
>> --
>> Regards
>>
>> Roger Govier
>>
>>
>> "sfi" <(E-Mail Removed)> wrote in message
>> news:44030d17$0$32714$(E-Mail Removed)...
>> > How do I count how many ".5625" 's there are in column E and
>> > multiply
>> > the
>> > count by the quantity in column D and put the total in A8?
>> >
>> >
>> > A B C D E
>> > 1
>> > 2
>> > 3
>> > 4 4 .5625
>> > 5 1 .750
>> > 6 3 .625
>> > 7 2 .5625
>> > 8 6
>> >
>> >
>> > Thanks
>> > DuWayne
>> >
>> >

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Lookup Calculation =?Utf-8?B?U2NvdHQgRC4=?= Microsoft Excel Worksheet Functions 13 23rd Aug 2006 08:01 PM
Help with Lookup Calculation =?Utf-8?B?U2NvdHQgRC4=?= Microsoft Excel Worksheet Functions 0 22nd Aug 2006 06:49 PM
Excel lookup and calculation =?Utf-8?B?U3BheiBTb3V0aCBBZnJpY2E=?= Microsoft Excel Worksheet Functions 1 9th Mar 2005 02:43 PM
Calculation Lookup C. Houk Microsoft Access Forms 3 19th Mar 2004 01:48 PM
lookup to use a value in a calculation =?Utf-8?B?Sm9obg==?= Microsoft Excel Worksheet Functions 2 21st Dec 2003 04:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:59 AM.