Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default problem: "You entered too many arguments for this function"

Here's what excel is allowing me to use right now:
=IF((COUNTBLANK(G6:G12))0,IF(T1240,IF(T1140,0,( 40-T11)-H12),U12-H12),0)

I need to have another conditional in there to complete the equation, but
excell wont let me, it just says this: "You entered too many arguments for
this function"

I've created equations containing 6 conditionals all wrapped within, on the
same chart that this one is on. Why is it telling me this when I'm only
trying to do 4 now? here's what I need to add

=IF((COUNTBLANK(G6:G12))0,IF(T1240,IF(T1140,0,

IF(((40-T11)-H12)0,

(40-T11)-H12),

0)

,U12-H12),0)


Please help!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default problem: "You entered too many arguments for this function"

I think it should be something like this:

=IF(COUNTBLANK(G6:G12)0,IF(T1240,IF(T1140,0,IF( 40-T11-H120,40-T11-
H12,0)),U12-H12),0)

I've got rid of some brackets which are not needed and moved a closed
bracket after the second H12 term.

Hope this helps.

Pete

On Aug 6, 11:49*pm, Sam Giddy <Sam
wrote:
Here's what excel is allowing me to use right now:
=IF((COUNTBLANK(G6:G12))0,IF(T1240,IF(T1140,0,( 40-T11)-H12),U12-H12),0)

I need to have another conditional in there to complete the equation, but
excell wont let me, it just says this: *"You entered too many arguments for
this function"

I've created equations containing 6 conditionals all wrapped within, on the
same chart that this one is on. *Why is it telling me this when I'm only
trying to do 4 now? *here's what I need to add

=IF((COUNTBLANK(G6:G12))0,IF(T1240,IF(T1140,0,

IF(((40-T11)-H12)0,

(40-T11)-H12),

0)

,U12-H12),0)

Please help!


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Text "comparison" operator for "contains" used in an "IF" Function Pawaso Excel Worksheet Functions 4 April 4th 23 11:35 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
problem with Linking workbooks via "copy" and "paste link" Arkitek Excel Discussion (Misc queries) 0 December 19th 06 10:03 PM
bunch of "yes" or "no" entered in row, output 1 if a single yes dan2201 Excel Worksheet Functions 9 September 7th 06 05:05 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


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