ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   3 level nested if has too many arguments ? (https://www.excelbanter.com/excel-discussion-misc-queries/157083-3-level-nested-if-has-too-many-arguments.html)

Janis

3 level nested if has too many arguments ?
 
I don't see the error:
=if(left(C2,4),ur01,if(left(C2,4),ur02 ,if(left(C2,4) ,ur03, ""), ""), "")

tia,

Janis

3 level nested if has too many arguments ?
 
sorry I left out some parts, I'll repost.

"Janis" wrote:

I don't see the error:
=if(left(C2,4),ur01,if(left(C2,4),ur02 ,if(left(C2,4) ,ur03, ""), ""), "")

tia,


Don Guillett

3 level nested if has too many arguments ?
 
Detail your situation.
maybe
if left(c2,4)="uro1","what",if(next
or
=CHOOSE(MID(E2,4,1),5,6,7,8)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Janis" wrote in message
...
I don't see the error:
=if(left(C2,4),ur01,if(left(C2,4),ur02 ,if(left(C2,4) ,ur03, ""), ""), "")

tia,



Janis

3 level nested if has too many arguments ?
 
I left out the quotation marks. Thanks!

"Don Guillett" wrote:

Detail your situation.
maybe
if left(c2,4)="uro1","what",if(next
or
=CHOOSE(MID(E2,4,1),5,6,7,8)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Janis" wrote in message
...
I don't see the error:
=if(left(C2,4),ur01,if(left(C2,4),ur02 ,if(left(C2,4) ,ur03, ""), ""), "")

tia,




Don Guillett

3 level nested if has too many arguments ?
 
try out the choose formula

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Janis" wrote in message
...
I left out the quotation marks. Thanks!

"Don Guillett" wrote:

Detail your situation.
maybe
if left(c2,4)="uro1","what",if(next
or
=CHOOSE(MID(E2,4,1),5,6,7,8)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Janis" wrote in message
...
I don't see the error:
=if(left(C2,4),ur01,if(left(C2,4),ur02 ,if(left(C2,4) ,ur03, ""), ""),
"")

tia,






All times are GMT +1. The time now is 07:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com