= IF (A2288<>"", IF (RAW_DATA!B2288 > RAW_DATA!B2287, (RAW_DATA!B2287 + (50000–RAW_DATA!B2288), (RAW_DATA!B2288 – RAW_DATA!B2287) * 0.22)),"")
I have this formula in my database to do a calculation but it brings up an error box stating that " the formula i typed contains an error". What i am trying to do is to create a formula to do the following:
If (x1 > x2, = x2 + (limit - x1), x2 - x1)
In english this would be :
If x1 > x2
Then x2 + (limit - x1)
Else x2 - x1
PS thanks for your help in advance
I have this formula in my database to do a calculation but it brings up an error box stating that " the formula i typed contains an error". What i am trying to do is to create a formula to do the following:
If (x1 > x2, = x2 + (limit - x1), x2 - x1)
In english this would be :
If x1 > x2
Then x2 + (limit - x1)
Else x2 - x1
PS thanks for your help in advance