Thread: drop down's
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default drop down's

Hi,

In C1 try this

=SUMPRODUCT(--(Sheet3!A$2:A$367=A1),--(TEXT(Sheet3!B$2:B$367,"DDDD")=B1),Sheet3!C2:C367)

In this case the Line #'s are in the range A2:A367, the dates as dates are
in B2:B357 and the amounts are in column C.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"grizzly6969" wrote:

I have in A1 a drop down menu that displays line 1 through line 9
and in B1 drop down menu monday through Friday
is it possible to for example click on line 1 and click on Tuesday and in C1
display how many parts were made that day. On a seperate work sheet I have
each line and each day and how many parts were made each day
--
grizz