Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Need help with this formula

A little background...The data is in Worksheet1 and I want to show the
results in Worksheet2. Column A=Month, Column B=Date mm/dd/yyyy format. I
want to get rid of column A and just use the Date format above....Help??


SUMPRODUCT((WORKSHEET1!$A$3:$A$1000="JAN")*(WORKSH EET1!$J$3:$J$1000="MODEL#")*WORKSHEET1!$F$3:$F$100 0)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Need help with this formula

try
SUMPRODUCT((month(WORKSHEET1!$b$3:$b$1000)=1)*(WOR KSHEET1!$J$3:$J$1000="MODEL#")*WORKSHEET1!$F$3:$F$ 1000)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Joseph" wrote in message
...
A little background...The data is in Worksheet1 and I want to show the
results in Worksheet2. Column A=Month, Column B=Date mm/dd/yyyy format.
I
want to get rid of column A and just use the Date format above....Help??


SUMPRODUCT((WORKSHEET1!$A$3:$A$1000="JAN")*(WORKSH EET1!$J$3:$J$1000="MODEL#")*WORKSHEET1!$F$3:$F$100 0)


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



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