Hi!
I am new to Access formula building and could someone help me to convert this Excel formula (IF statement) to be apply on the Access (design view) query?
Excel formula: IF(AND(A2="",B2=""),C2,IF(A2<>"",A2,IF(A2="",B2,IF(B2="",C2,C2))))
I don't know SQL so it is possible to achieve this in the normal design view using the IIF statement?
Image attached here is the sample data in excel and I want to get the same result when in access database. Thank you very much
I am new to Access formula building and could someone help me to convert this Excel formula (IF statement) to be apply on the Access (design view) query?
Excel formula: IF(AND(A2="",B2=""),C2,IF(A2<>"",A2,IF(A2="",B2,IF(B2="",C2,C2))))
I don't know SQL so it is possible to achieve this in the normal design view using the IIF statement?
Image attached here is the sample data in excel and I want to get the same result when in access database. Thank you very much