=format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am making a spreadsheet to do some calculations for me.
On another worksheet is a list of customers. Some of the customers are
highlighted in blue to indicate that they are currently inactive.

On the new spreadsheet I have cell = the corresponding cells in worksheet 1.
Is there any way to carry over the formatting (highlighted color) as well?
In worksheet 1, the customers are manually Highlighted.
For example: A1 (worksheet 1) is highlighted blue, I want a cell in
worksheet 2 to =A1 and be highlighted in blue.
 
How are you highlighting the blue customers?

I think I'd put an extra column in the original (customer) worksheet. Use that
as an indicator for Active/Inactive/whatever you want.

Then use Format|conditional formatting to color that customer (based on this
extra column).

Then in the new workbook, retrieve this indicator value, too. (maybe =B1 or
=vlookup() based on the customer's name.)

But then use format|conditional formatting for this worksheet's cell, too.

And by using that helper column, you'll be able to do lots more stuff
(=countif(), =sumif(), pivottables, etc).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top