M Max Feb 12, 2006 #2 Biovin said: How can I have link two cells from different woksheets to change together? Click to expand... In Sheet2, Put in A1: =IF(Sheet1!A1="","",Sheet1!A1) Copy across & fill down to cover the expected used range in Sheet1 Sheet2 will reflect the values within Sheet1 For formats, just do an entire sheet: Copy > paste special > check "Formats" > OK (copy from Sheet1, paste in Sheet2) Formulas can return only values, not formats ---
Biovin said: How can I have link two cells from different woksheets to change together? Click to expand... In Sheet2, Put in A1: =IF(Sheet1!A1="","",Sheet1!A1) Copy across & fill down to cover the expected used range in Sheet1 Sheet2 will reflect the values within Sheet1 For formats, just do an entire sheet: Copy > paste special > check "Formats" > OK (copy from Sheet1, paste in Sheet2) Formulas can return only values, not formats ---