Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Question What is Wrong with this function??????????

=IF(AND(Z170,Z17<=12),Z17+12,Z17,IF(AA17<=7,".00" ,IF(AA17<=22,0.25,IF(AA17<=37,0.5,IF(AA17<=52,0.75 ,IF(AA17<60,".00"))))))

For the Love I cannot find the problem. Excel says there are too many arguments for the function.
Someone please please please Help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 65
Default What is Wrong with this function??????????

Theres a snag at Z17. You may want to remove that part.

=IF(AND(Z170,Z17<=12),Z17+12,

Z17,

IF(AA17<=7,".00",IF(AA17<=22,0.25,IF(AA17<=37,0.5, IF(AA17<=52,0.75,IF(AA17<60,".00"))))))


"TaraD" wrote in message
...

=IF(AND(Z170,Z17<=12),Z17+12,Z17,IF(AA17<=7,".00" ,IF(AA17<=22,0.25,IF(AA17<=37,0.5,IF(AA17<=52,0.75 ,IF(AA17<60,".00"))))))

For the Love I cannot find the problem. Excel says there are too many
arguments for the function.
Someone please please please Help.




--
TaraD



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 301
Default What is Wrong with this function??????????

Right in the beginning, you have
=IF(AND(Z170,Z17<=12),Z17+12,Z17)
which is totally sufficient for the If-statement. The TRUE part is Z17+12,
and the FALSE part is Z17. But instead of ending the function there, you
have another comma, and another IF statement, which is what Excel is
complaining about.
You should remove either the Z17+12 or the Z17, or rething the whole thing!
Bob Umlas
Excel MVP

"TaraD" wrote in message
...


=IF(AND(Z170,Z17<=12),Z17+12,Z17,IF(AA17<=7,".00" ,IF(AA17<=22,0.25,IF(AA17<
=37,0.5,IF(AA17<=52,0.75,IF(AA17<60,".00"))))))

For the Love I cannot find the problem. Excel says there are too many
arguments for the function.
Someone please please please Help.




--
TaraD



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
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
lookup function bringing in wrong info Julieeeee Excel Worksheet Functions 8 August 24th 05 03:53 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


All times are GMT +1. The time now is 04:39 PM.

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"