Good afternoon,
I have a spreadsheet where I need to do the following and I don't think it can be done with formula in a cell.
If Values of Column D in RABU Sheet equal Column D in Adjustment Sheet
Then Copy Row on Adjustment Sheet to "All for Table" sheet.
If Sheet!("RABU & UB")D: D = Sheet("Adj")D: D Then
Sheet!("Admjustment") Copy destanation:=Sheets!("All for Table")
End IF
But I can't seem to get it.
I have a spreadsheet where I need to do the following and I don't think it can be done with formula in a cell.
If Values of Column D in RABU Sheet equal Column D in Adjustment Sheet
Then Copy Row on Adjustment Sheet to "All for Table" sheet.
If Sheet!("RABU & UB")D: D = Sheet("Adj")D: D Then
Sheet!("Admjustment") Copy destanation:=Sheets!("All for Table")
End IF
But I can't seem to get it.