Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Navigation Man
 
Posts: n/a
Default How to check for and replace the largest number in excel

In Excel 2003 how do you check two cell for the largest numnber, then
replace the existing one if true, without invoking the circular referance
error.

for cell a2 if (a2a3,A2,a3)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default How to check for and replace the largest number in excel

Hi!

A2 would have to start out as an empty cell.

Goto ToolsOptionsCalculation
Check Iteration

Then enter this formula in A2:

=MAX(A2,A3)

NB: there is no "audit trail" to follow, so if you make a
mistake..............you enter 1000 in A3 when you meant to enter 100.

You'd probably be better off using an event change macro that records the
value every time it changes in cell A3. Then you'd have an audit trail.

Biff

"Navigation Man" <Navigation wrote in message
...
In Excel 2003 how do you check two cell for the largest numnber, then
replace the existing one if true, without invoking the circular referance
error.

for cell a2 if (a2a3,A2,a3)



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



All times are GMT +1. The time now is 07:06 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"