I am trying to write an Excel formula to test if there is data in pairs of cells and if there is I want to copy the entire record to another Excel spreadsheet. Example: if there is data in row 1, column A and data in row 1, Column C or row 1 column D, then copy this record to another spreadsheet; if there is data in row 1 column B and data in column C or column, then copy this record to another spreadsheet. Since there is no data in row 4, column C or column D, this row would not be copied. Row 1, row 2, row 3, and row 7 would be copied to another spreadsheet. The data can be numeric or alpha numeric. I tried using the ISBLANK statement and can't seem to get this to work properly. Any suggestions?
I![]()
A B C D R1 234A N333 4T41 7657 R2 11C2 321 3T27 R3 L954 989 R4 56D1 297-1 R5 87E3 P199 R6 D992 R7 Z222 3391
Bookmarks