![]() |
| ||
| Microsoft Nested If statements with if, then, else I am trying to complete a deliverable with an acess database, below IS the formula that I used and it returned errors with the brackets and commas. Age: IIF([P1]>12,0),IIF([P1]=12, 12-[P2]/12)ELSE, IIF([P1]<=4, 100%. |
| ||
| Re: Microsoft Nested If statements with if, then, else Quote:
IF your are putting this expression inside your calculated control, you can revise this one because in immediate iif statement you cannot put else statement IIF([P1]<=4,"100%",IIF([P1]>12,0),IIF([P1]=12, 12-[P2]/12, "this will handle your else condition" )) |
| ||
| Re: Microsoft Nested If statements with if, then, else Quote:
Hi... u have problem in IIF([P1]<=4,"100%",IIF([P1]>12,0,IIF([P1]=12, 12-[P2]/12, "this will handle your else condition" ))) |
| All times are GMT -4. The time now is 9:10 am. |
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC