Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mel
 
Posts: n/a
Default Automatic formatting help?

My tracking workbook has 2 worksheets. The first is a list of delivery note
numbers. The 2nd is the tracking in its entirety. How can I make the
delivery note number on the first worksheet change colour or something
similar when it has been allocated on the main tracking worksheet?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default Automatic formatting help?

Mel,
Define the delivery notes on your tracking sheet as a named range
e.g. "DeliveryNotes".

Om Delivery note sheet, highlight column (A is example below) with delivery
notes and in Format=Conditional Formatting:

Formula is: =match(A1,DeliveryNotes,0) and set Format to required colour

HTH

"Mel" wrote:

My tracking workbook has 2 worksheets. The first is a list of delivery note
numbers. The 2nd is the tracking in its entirety. How can I make the
delivery note number on the first worksheet change colour or something
similar when it has been allocated on the main tracking worksheet?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Mel
 
Posts: n/a
Default Automatic formatting help?

Thanks - sort of works but only some of the delivery notes that have been
used change? I've used all the delivery note numbers I've defined?

"Toppers" wrote:

Mel,
Define the delivery notes on your tracking sheet as a named range
e.g. "DeliveryNotes".

Om Delivery note sheet, highlight column (A is example below) with delivery
notes and in Format=Conditional Formatting:

Formula is: =match(A1,DeliveryNotes,0) and set Format to required colour

HTH

"Mel" wrote:

My tracking workbook has 2 worksheets. The first is a list of delivery note
numbers. The 2nd is the tracking in its entirety. How can I make the
delivery note number on the first worksheet change colour or something
similar when it has been allocated on the main tracking worksheet?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default Automatic formatting help?

Check there are no leading/trailing spaces on your numbers; otherwise it
should work.

"Mel" wrote:

Thanks - sort of works but only some of the delivery notes that have been
used change? I've used all the delivery note numbers I've defined?

"Toppers" wrote:

Mel,
Define the delivery notes on your tracking sheet as a named range
e.g. "DeliveryNotes".

Om Delivery note sheet, highlight column (A is example below) with delivery
notes and in Format=Conditional Formatting:

Formula is: =match(A1,DeliveryNotes,0) and set Format to required colour

HTH

"Mel" wrote:

My tracking workbook has 2 worksheets. The first is a list of delivery note
numbers. The 2nd is the tracking in its entirety. How can I make the
delivery note number on the first worksheet change colour or something
similar when it has been allocated on the main tracking worksheet?

  #5   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default Automatic formatting help?

"Mel" wrote:
My tracking workbook has 2 worksheets. The first is a list of delivery note
numbers. The 2nd is the tracking in its entirety. How can I make the
delivery note number on the first worksheet change colour or something
similar when it has been allocated on the main tracking worksheet?


Another way to make CF work spanning across sheets
is to use INDIRECT ..

Assuming the allocations are done in Sheet2's col E (main tracking sheet)
and the list in Sheet1 is running down col A

In Sheet1,

Select col A
Click Format Cond Formatting
Under Condition 1, make the settings:
Formula is: =MATCH(A1,INDIRECT("'Sheet2'!E:E"),0)
Click Format Patterns tab Green? OK
Click OK at the main dialog

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


  #6   Report Post  
Posted to microsoft.public.excel.misc
Mel
 
Posts: n/a
Default Automatic formatting help?

Hi Max - thanks but not working, I'm obviously not getting it rightg. My
main tracking is in sheet 1, delivery notes are allocated in column 2 from
row 3 downwards. The list of delivery note numbers is in sheet 2 in column 1
from row 1 downwards?

"Max" wrote:

"Mel" wrote:
My tracking workbook has 2 worksheets. The first is a list of delivery note
numbers. The 2nd is the tracking in its entirety. How can I make the
delivery note number on the first worksheet change colour or something
similar when it has been allocated on the main tracking worksheet?


Another way to make CF work spanning across sheets
is to use INDIRECT ..

Assuming the allocations are done in Sheet2's col E (main tracking sheet)
and the list in Sheet1 is running down col A

In Sheet1,

Select col A
Click Format Cond Formatting
Under Condition 1, make the settings:
Formula is: =MATCH(A1,INDIRECT("'Sheet2'!E:E"),0)
Click Format Patterns tab Green? OK
Click OK at the main dialog

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

  #7   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default Automatic formatting help?

"Mel" wrote:
Hi Max - thanks but not working, I'm obviously not getting it rightg. My
main tracking is in sheet 1, delivery notes are allocated in column 2 from
row 3 downwards. The list of delivery note numbers is in sheet 2 in column 1
from row 1 downwards?


In Sheet2,

Select col A, click Format Cond Formatting,
then use the formula below in Cond 1, & Format to taste:
=MATCH(A1,INDIRECT("'Sheet1'!B:B"),0)

Here's a quick working sample to illustrate:
http://cjoint.com/?gusA4fpgts
CF_Across_Sheets.xls
(includes a CF dialog screenshot)

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Turn off automatic date formatting? Nick Turner Excel Discussion (Misc queries) 3 July 13th 06 08:13 AM
How do I switch off automatic formatting (e.g. dates)? Coen Excel Discussion (Misc queries) 8 July 13th 06 08:08 AM
Turning off all Automatic Formatting in Excel 2003 Adam M Excel Discussion (Misc queries) 0 November 4th 05 01:07 PM
remove automatic formatting of new columns in Excel? A Bit Gruntled Excel Discussion (Misc queries) 0 September 28th 05 02:25 AM
Automatic formatting problem in Excel Hook Excel Worksheet Functions 2 January 14th 05 07:15 PM


All times are GMT +1. The time now is 05:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"