Microsoft
Software
Hardware
Network
Question : Get Cell Address from Max function
Hi,
I need to get the cell address - the tricky bit is that I need to located this from the value obtained by using a MAX function. VBA is not to be used on this (which is why I am now stuck)
Current Formula is =MAX(A1:A200) - Now I need to somehow wrap it inside an = ADDRESS(MAX(A1:A200)..... so that I get the cell address value of the Max cell. I just can not seem to get this right.... any ideas?
Answer : Get Cell Address from Max function
Hi,
if you try
=ADDRESS(MATCH(MAX(A8:A20)
,A8:A20,0)
+ROW(A8)-1
,1)
as per my second post then this should be ok
Cheers
Dave
Random Solutions
vCenter Error - Validation not applicable this time- in migrating clone into different ESXi server
update statement doesnt work when using linked server
Windows cannot obtain the domain controller name for your computer network
X-MS-TNEF-Correlator mail header
How do I force a logoff after period of inactivity and/or specified time?
Windows BMP - How to tell whether 24-bit, 16-bit, etc.
"Send to" option missing
Needed Driver
Backup Policy
Move mailboxes from one Exch 07 server to another after one has crashed