Excel Question
- cards2468
- Hall Of Famer
- Posts: 14745
- Joined: October 28 06, 11:10 pm
- Location: LOVE IT OR LEAVE IT
Excel Question
I'm trying to set up a spreadsheet so that if on 1 sheet I fill a specific cell with color that on another sheet(<- edit typo) a specific cell also highlights in the same color. Is this possible, and how is this done in Office 2007?
Any help would be greatly appreciated.
Any help would be greatly appreciated.
Last edited by cards2468 on July 13 09, 9:28 am, edited 1 time in total.
- StatmanCrothers
- Perennial All-Star
- Posts: 6461
- Joined: April 17 06, 6:50 am
- Location: Boston burbs
- Contact:
Re: Excel Question
bad news: to make changes from sheet to sheet you will probably need a Visual basic macro.cards2468 wrote:I'm trying to set up a spreadsheet so that if on 1 sheet I fill a specific cell with color that on another sheed a specific cell also highlights in the same color. Is this possible, and how is this done in Office 2007?
Any help would be greatly appreciated.
good news: its not a very complicated macro if someone already knows how to do it. i will allot five minutes to development time and report back.
- StatmanCrothers
- Perennial All-Star
- Posts: 6461
- Joined: April 17 06, 6:50 am
- Location: Boston burbs
- Contact:
Re: Excel Question
ah... trickier than i thought. doable, but there are some sticking points.
if anyone knows an autoformat way to do it, that would be the way to go.
if anyone knows an autoformat way to do it, that would be the way to go.
- cards2468
- Hall Of Famer
- Posts: 14745
- Joined: October 28 06, 11:10 pm
- Location: LOVE IT OR LEAVE IT
Re: Excel Question
thank you for your help, when I get back from lunch I'll ask around the office and see if there's any Excel gurus that know. My supervisor wants this feature on a spreadsheet that does not have much information on it anyway... I don't see why he can't just read the damn thing like a normal human being. But nooo, gotta save time when reading the spreadsheets by paying somebody to spend a few days figuring out how to cut a minute out of his reading time.StatmanCrothers wrote:ah... trickier than i thought. doable, but there are some sticking points.
if anyone knows an autoformat way to do it, that would be the way to go.
- StatmanCrothers
- Perennial All-Star
- Posts: 6461
- Joined: April 17 06, 6:50 am
- Location: Boston burbs
- Contact:
Re: Excel Question
if someone is familiar with the visual basic aspects of Excel, it would be relatively easy to write a macro so that, if you press a particular hot key of your choice (ALT-C, let's say) it would copy the color of the current cell to the corresponding cell on a particular sheet.
having it happen totally automatically without an extra key stroke is problematic because the macro doesn't see setting the color of a cell as a "change" to the cell the same way it would if you were adding a value to the cell or changing the contents.
having it happen totally automatically without an extra key stroke is problematic because the macro doesn't see setting the color of a cell as a "change" to the cell the same way it would if you were adding a value to the cell or changing the contents.
-
Freed Roger
- Seeking a Zubaz seamstress
- Posts: 26073
- Joined: September 4 07, 1:48 pm
- Location: St. Louis
Re: Excel Question
This may not be what you're after but thought I'd toss it out:
Once done with color-coordinating spreadsheet A , do a copy of entire sheet, then on spreadsheet B paste special -/formats
Once done with color-coordinating spreadsheet A , do a copy of entire sheet, then on spreadsheet B paste special -/formats
- StatmanCrothers
- Perennial All-Star
- Posts: 6461
- Joined: April 17 06, 6:50 am
- Location: Boston burbs
- Contact:
Re: Excel Question
that works.Freed Roger wrote:This may not be what you're after but thought I'd toss it out:
Once done with color-coordinating spreadsheet A , do a copy of entire sheet, then on spreadsheet B paste special -/formats
- cards2468
- Hall Of Famer
- Posts: 14745
- Joined: October 28 06, 11:10 pm
- Location: LOVE IT OR LEAVE IT
Re: Excel Question
only problem is that the 1st sheet is a pivot table featuring data from the other sheets
-
greenback44
- Hall Of Famer
- Posts: 11663
- Joined: June 26 06, 8:54 pm
- Location: In a Small Town with Jack and Diane
Re: Excel Question
You haven't mentioned it yet, but this sounds like a job for conditional formatting.cards2468 wrote:only problem is that the 1st sheet is a pivot table featuring data from the other sheets
http://msdn.microsoft.com/en-us/library/bb286672(office.11).aspx
- StatmanCrothers
- Perennial All-Star
- Posts: 6461
- Joined: April 17 06, 6:50 am
- Location: Boston burbs
- Contact:
Re: Excel Question
hire a consultant
