Or someone please give me a formula to copy cells from other other workbook as per below requirement
1. if the cell in workbook A is blank, then cell in the workbook B should also be blank
2. if the cell in workbook A is having error, then cell in the workbook B should be blank
3. if the cell in the workbook A is having a value greater or equal to zero, then the same value to be copied to the corresponding cell in workbook B..
Currently I am using below formula which shows #REF in the formula bar for the workbook A path when i close and open workbook B after sometime.
=IFERROR(IF('C:\Users\username\Desktop\[WorkBookA.xls]Sheet1'!$G336="","",'C:\Users\username\Desktop\[WorkBookA.xls]Sheet1'!$G336),"")
Thank you.
Bookmarks