I was trying to build the process using the following formulae from excel, I need help with the below.
=IF(AND(L2="Current",OR(P2=0,S2=0)),"Threshold issue: Asset Current, confirm Prior Year AV and Cost to ensure no Threshold Issue",IF(OR(L2="NewAcq",L2="PrevUnrpt"),"No Issues: Initial Year Reported",IF(AND(L2="MovedIn",P2=0,S2=0),"No Issues: Initial Year Reported in this Jurisdiction",IF(AND(L2="MovedIn",OR(P2>0,P2<0,S2>0,S2<0)),"Threshold issue: Asset moved in, confirm Prior Year AV and Cost to ensure no Threshold Issue",IF(R2>(S2+2),IF(O2>P2,"No Issues: Asset Cost Adjustment","Threshold Issue: Increase AV from PY but cost =< PY cost"),"No Issue")))))
| Formula-Explanation | if Status ( Coloumn L)=Current, PY Reported Cost ( Column P) and 2020 Prior Year AV( Column S) =0 |
| if Status ( Coloumn L)=New Acq or PrevUnrpt. |
| if Status ( Coloumn L)=Moved In, PY Reported Cost ( Column P) and 2020 Prior Year AV( Column S) =0 |
| if Status ( Coloumn L)=Moved In, PY Reported Cost ( Column P) and 2020 Prior Year AV( Column S) = Greaterthan or Lessthan '0' |
| If CY Assessor's AV( Column R) is greatherthan 2020 Prior year AV( Column S) within 2 digits and if CY Rendered value( Column Q) is Greaterthan PY Reported Cost( Column P) |
| If CY Assessor's AV( Column R) is greatherthan 2020 Prior year AV( Column S) within 2 digits and if CY Rendered value( Column Q) is Lessthan PY Reported Cost( Column P) |
| Output | Threshold issue: Asset Current, confirm Prior Year AV and Cost to ensure no Threshold Issue |
| No Issues: Initial Year Reported |
| No Issues: Initial Year Reported in this Jurisdiction |
| Threshold issue: Asset moved in, confirm Prior Year AV and Cost to ensure no Threshold Issue |
| No Issues: Asset Cost Adjustment |
| Threshold Issue: Increase AV from PY but cost =< PY cost |
Another formulae I need help with is with similar conditions.
| =IF(AD2="N","",IF(AA2="No Issues: Exempt","Exempt",IF(AA2="No Issues",IF(RIGHT(Z2,8)="expected","Depreciation as expected",IF(AND(LEFT(Y2,2)="No",LEN(Y2)>10),RIGHT(Y2,LEN(Y2)-11),IF(AND(LEN(AB2)>10,LEFT(AB2,2)="No"),RIGHT(AB2,LEN(AB2)-10),""))),""))) |
| If Calculated Status( Column AD)= N or Blank and if Column AA= NO Issues: Exempt |
| If Calculated Status( Column AD)= N or Blank and if Column AA= No Issues and Column Z=Threshold Issue: Depreciation as expected |
| If Calculated Status( Column AD)= N or Blank and if Column Y, Z, AA, AB= No Issues |
| |
| |
| |
| Exempt |
| Depreciation as expected |
| Depreciation as expected |