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 Showing Error when going to pass a function like this

=IF(C2=1,"Ten",IF(C2=2,"Twenty",IF(C2=3,"Thirty",I F(C2=4,"Forty",IF(C2=5,"Fifty",IF(C2=6,"Sixty",IF( C2=7,"Seventy",IF(C2=8,"Eight",if(c2=9,"Nine",0))) )))))

why it is not working , but i receive a error message
Please guide me
--
B.Mohanty
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Showing Error when going to pass a function like this

What version of Excel are you using? Your formula will work in Excel 2007
only. If you have another version then you've exceded the maximum number of
nested function levels allowed which is 7. You have 8.

There are a few ways you could do this. Here's one:

=IF(AND(C2=1,C2<=9),CHOOSE(C2,"Ten","Twenty","Thi rty","Forty","Fifty","Sixty","Seventy","Eight","Ni ne"),0)

Biff

"Brahmananda Mohanty" wrote
in message ...
=IF(C2=1,"Ten",IF(C2=2,"Twenty",IF(C2=3,"Thirty",I F(C2=4,"Forty",IF(C2=5,"Fifty",IF(C2=6,"Sixty",IF( C2=7,"Seventy",IF(C2=8,"Eight",if(c2=9,"Nine",0))) )))))

why it is not working , but i receive a error message
Please guide me
--
B.Mohanty



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
Pass variable to NORMINSV function to get only mean value ExcelMonkey Excel Worksheet Functions 3 June 19th 06 06:01 PM
How to print when an error message keeps showing? clueless Excel Discussion (Misc queries) 1 January 30th 06 05:33 PM
Error on second pass of loop. Rob Excel Discussion (Misc queries) 1 September 9th 05 07:26 PM
error on second pass of loop. Rob Excel Discussion (Misc queries) 3 September 9th 05 07:01 PM
Calculated Fields showing error results Pasko1 Excel Discussion (Misc queries) 1 August 12th 05 06:32 PM


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