Copy and format.

Gazruss

New Member
Joined
Jun 2, 2005
Messages
9
hey,
Was wondering if one of you guru's can help

I have a workbook, on tab 1 i have 4 column's of info, on tab 2 i have the same 4 columns of info and a bunch of other columns. I need tab 2 to copy the items from tab 1 when they are entered. I have done a link cell copy, but the cells on tab 2 show "o" in them. I was looking for a way to hide the "o" using a conditional format or something so they only appear when info is added in tab 1

Excel 2010
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Assuming cells start in Column A insert this formula in cell A1 of Tab 2.
In need rename Sheet 1 to refer to tab name in your workbook.

Code:
=IF(Sheet1!A1="","",Sheet1!A1)


Once entered drag it down as far as you need and drop it.

Do this for each column

Pedro
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,841
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top