Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Highlight the changing cell value

Hello,

I have a data in a excel sheet which used to get update everyday once. There
are only minor changes in the data. The change can be in any cell.

I want to identify the new data. Is there any conditional formatting method
just to highlight the cell in which the values changed from its previous
value.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default Highlight the changing cell value

Simply make a copy of the same sheetin the same workbook and then apply
conditional formatting on any one like

=Sheet1!A1<Sheet2!A1

"mrbalaje" wrote:

Hello,

I have a data in a excel sheet which used to get update everyday once. There
are only minor changes in the data. The change can be in any cell.

I want to identify the new data. Is there any conditional formatting method
just to highlight the cell in which the values changed from its previous
value.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default Highlight the changing cell value

while doing this i am getting an error "you may not use references to other
worksheets or workbooks for conditional formatting criteria"

can you explain stepwise how to do this?

"FARAZ QURESHI" wrote:

Simply make a copy of the same sheetin the same workbook and then apply
conditional formatting on any one like

=Sheet1!A1<Sheet2!A1

"mrbalaje" wrote:

Hello,

I have a data in a excel sheet which used to get update everyday once. There
are only minor changes in the data. The change can be in any cell.

I want to identify the new data. Is there any conditional formatting method
just to highlight the cell in which the values changed from its previous
value.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default Highlight the changing cell value

Suppose you have a sheet named Sheet1;

Copy this sheet by left clicking its tab;

Name the sheet Sheet2;

On the last sheet, that is Sheet3, you may apply a formula like:
=IF(SHEET1!A1<SHEET2!A1,"X","")

And, although "X" shall be highlighting the different cell you can also
conditional formatting upon the same by turning its color upon it's value
being X.

"Malik" wrote:

while doing this i am getting an error "you may not use references to other
worksheets or workbooks for conditional formatting criteria"

can you explain stepwise how to do this?

"FARAZ QURESHI" wrote:

Simply make a copy of the same sheetin the same workbook and then apply
conditional formatting on any one like

=Sheet1!A1<Sheet2!A1

"mrbalaje" wrote:

Hello,

I have a data in a excel sheet which used to get update everyday once. There
are only minor changes in the data. The change can be in any cell.

I want to identify the new data. Is there any conditional formatting method
just to highlight the cell in which the values changed from its previous
value.


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
click on one cell to find and highlight a related cell? JustSomeGuy Excel Discussion (Misc queries) 1 September 3rd 07 03:02 PM
Highlight Cell If David T Excel Discussion (Misc queries) 2 May 2nd 07 10:01 PM
Highlight Cell TQ Excel Discussion (Misc queries) 1 August 1st 06 11:47 AM
When I am in one cell highlight another Jose Juan Excel Discussion (Misc queries) 2 August 3rd 05 09:04 AM
Highlight cells with ctrl-click but only un-highlight one cell hagan Excel Discussion (Misc queries) 5 May 27th 05 06:45 PM


All times are GMT +1. The time now is 07:48 AM.

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

About Us

"It's about Microsoft Excel"