Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
if i use the following formula it gives me an error message that reads as
follows: You've entered too few arguments for this function?? Can anybody tell me why? =COUNTIF(g12:g19 "5") |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In article ,
says... if i use the following formula it gives me an error message that reads as follows: You've entered too few arguments for this function?? Can anybody tell me why? =COUNTIF(g12:g19 "5") You are missing a delimiter between the range and the criterion. Depending on localization, it can be a comma or a semicolon. -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Tushar Mehta" wrote: In article , says... if i use the following formula it gives me an error message that reads as follows: You've entered too few arguments for this function?? Can anybody tell me why? =COUNTIF(g12:g19 "5") You are missing a delimiter between the range and the criterion. Depending on localization, it can be a comma or a semicolon. -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions Even if i use the formula as follows the error message appears again =COUNTIF(g12:G19;5) =COUNTIF(g12:g19,5) =COUNTIF(g12:g19,".5") =COUNTIF(g12:g19;"5") Could it be a problem with my program because if i use the formula on a different workstation it works?? |
#4
![]() |
|||
|
|||
![]()
"You've entered too few arguments for this function"
I get the error for any function i use since upgrading to EXCEL 2007. I would love to get this fixed. |
#5
![]() |
|||
|
|||
![]()
i have a similar problem same message different equation can anyone please help?
=(round(E7*10%) |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wed, 23 Nov 2005 04:06:02 -0800, "plore"
wrote: if i use the following formula it gives me an error message that reads as follows: You've entered too few arguments for this function?? Can anybody tell me why? =COUNTIF(g12:g19 "5") You need a comma in there after g19. Rgds Richard Buttrey __ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional sum - number of arguments problem | Excel Worksheet Functions | |||
Excel formulas increase from 7 arguments to 12 or more | Excel Discussion (Misc queries) | |||
Running XY chart labeller using a macro's parameters and arguments. | Charts and Charting in Excel | |||
=COUNTIF How to if 2 or more arguments??? | Excel Worksheet Functions | |||
Event hundler to control the Excel function arguments | Excel Worksheet Functions |