Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
In Sheet1, data i have A B EMPCODE AMT F001 2 F001 3 F001 0 F001 0 WITH USE OF THIS DATA I REQUIRED RESULT IN SHEET2 , COUNT OF ZERO IN SHEET2 SHEET 2 A B EMPCODE COUNT OF ZERO F001 2 REGARDS, DEEN |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this on sheet 2
=SUMPRODUCT((Sheet1!A1:A5="F001")*(Sheet1!B1:B5=0) ) Mike "deen" wrote: Hi, In Sheet1, data i have A B EMPCODE AMT F001 2 F001 3 F001 0 F001 0 WITH USE OF THIS DATA I REQUIRED RESULT IN SHEET2 , COUNT OF ZERO IN SHEET2 SHEET 2 A B EMPCODE COUNT OF ZERO F001 2 REGARDS, DEEN |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Mike,
Thx a Lot , Its working fine, and 1 more doubt can you pls guide me how to use vlookupif condition. kindly explain with eg. Regards, Deen On Sep 7, 2:46 pm, Mike H wrote: Try this on sheet 2 =SUMPRODUCT((Sheet1!A1:A5="F001")*(Sheet1!B1:B5=0) ) Mike "deen" wrote: Hi, In Sheet1, data i have A B EMPCODE AMT F001 2 F001 3 F001 0 F001 0 WITH USE OF THIS DATA I REQUIRED RESULT IN SHEET2 ,COUNTOF ZERO IN SHEET2 SHEET 2 A B EMPCODE COUNTOF ZERO F001 2 REGARDS, DEEN |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Deen,
Thanks for the feedback. I assume you mean Vlookup and not vlookupif which I've never heard of. Have a look here for and explanation and implementation of vlookup. http://www.contextures.com/xlFunctions02.html Mike "deen" wrote: Hi Mike, Thx a Lot , Its working fine, and 1 more doubt can you pls guide me how to use vlookupif condition. kindly explain with eg. Regards, Deen On Sep 7, 2:46 pm, Mike H wrote: Try this on sheet 2 =SUMPRODUCT((Sheet1!A1:A5="F001")*(Sheet1!B1:B5=0) ) Mike "deen" wrote: Hi, In Sheet1, data i have A B EMPCODE AMT F001 2 F001 3 F001 0 F001 0 WITH USE OF THIS DATA I REQUIRED RESULT IN SHEET2 ,COUNTOF ZERO IN SHEET2 SHEET 2 A B EMPCODE COUNTOF ZERO F001 2 REGARDS, DEEN |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif Use | Excel Worksheet Functions | |||
How do I use a countif function according to two other countif fu. | Excel Worksheet Functions | |||
edit this =COUNTIF(A1:F16,"*1-2*")+COUNTIF(A1:F16,"*2-1*") | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
COUNTIF in one colum then COUNTIF in another...??? | Excel Worksheet Functions |