
Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Thanks Max but couldn't get your point exactly.
suppose that My original data is in sheet1. they already have names for ease
of work.
I have the Max and Min in another sheet (sheet2).
I don't want to recalculate them again in sheet1.
Using range name inside max function within CF didn't work.
I have to perform this task for may scenarios and it is not logical to
calculate my statistical valuse (max, min, ave, sd) tuwise.

Signature
Rasoul Khoshravan Azar
Kobe University, Kobe, Japan
> One way is to use named ranges
>
[quoted text clipped - 12 lines]
> > Also it doesn’t work when I put the formula Max(range) in the conditional
> > formatting reference box.
Max - 14 Aug 2007 12:32 GMT
You could try INDIRECT then,
something like this as the CF formula in Sheet2:
=B2=INDIRECT("'Sheet1'!B3")
(assuming B2 is the active cell within the range to be CF'd in Sheet2)
where 'Sheet1'!B3 contains say, the calculated MAX value

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Thanks Max but couldn't get your point exactly.
> suppose that My original data is in sheet1. they already have names for ease
[quoted text clipped - 5 lines]
> I have to perform this task for may scenarios and it is not logical to
> calculate my statistical valuse (max, min, ave, sd) tuwise.