How can I combine the below 2 formulas into one Cell?
Code:
=IF(ISBLANK([PurchaseStatementTemplate.xls]Sheet1!$D2),"",[PurchaseStatementTemplate.xls]Sheet1!$D2)
Code:
=IF(ISBLANK([PurchaseStatementTemplate.xls]Sheet1!$E2),"",[PurchaseStatementTemplate.xls]Sheet1!$E2)
Note: Because I want to concatenate both cells
text into one cell which is retrieved from another excel work book.