Hi,
I am trying to return a value which will be formated as a #,##0.0% above 0 and below 1, £#,##0 above 1, "No Fee" at 0, [RED](#,##0.0%) below 0 and above -1, and [RED](#,##0.0%) below 0 and below -1
I have tried looking everywhere and tried using
=iif([Fee] >1,£#.###.00,#,###.00%);=iif([Fee] <-1,(red)£#.###.00,(red)#,###.00%); "No Fee"; Null
Can someone point me in the right direction, or let me know if this is not possible
Cheers
Josh
I am trying to return a value which will be formated as a #,##0.0% above 0 and below 1, £#,##0 above 1, "No Fee" at 0, [RED](#,##0.0%) below 0 and above -1, and [RED](#,##0.0%) below 0 and below -1
I have tried looking everywhere and tried using
=iif([Fee] >1,£#.###.00,#,###.00%);=iif([Fee] <-1,(red)£#.###.00,(red)#,###.00%); "No Fee"; Null
Can someone point me in the right direction, or let me know if this is not possible
Cheers
Josh