Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I've got a worksheet that uses the following countif function:
{=COUNT(IF((bay.cost.1=B97)*(dept.1="DOTAG"),bay.c ost.1))} and it works, B97 is a currency value. In another worksheet I have {=COUNT(IF((mhc.lease.no=F17)*(mhc.dept="DOTAG"),m hc.lease.no))} Where F17 is a text field, but the second one doesn't work. However, this works instead {=SUM(IF((mhc.lease.no=F17)*(mhc.dept="DCS"),1,0)) } Is there any reason why the first countif works but not the second? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
CountIf Function Question | Excel Discussion (Misc queries) | |||
CountIF Function On Linked Spreadsheet | Excel Discussion (Misc queries) | |||
CountIf Function Help Needed | Excel Worksheet Functions | |||
changing type style and colour within a worksheet function | Excel Worksheet Functions |