Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default Highest Value In A Range

Hi

How can I find the highest value in the range "D:K" and place that value in
a cell ie "A6"

Thanks
Alec
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default Highest Value In A Range

Place this on cell A6

=MAX(K:D)
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Alectrical" wrote:

Hi

How can I find the highest value in the range "D:K" and place that value in
a cell ie "A6"

Thanks
Alec

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default Highest Value In A Range

Thanks for your reply Michael,

Sorry, but forgot to mention that I want this to work on the click of a
button.

Thanks Again Alec

"Michael" wrote:

Place this on cell A6

=MAX(K:D)
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Alectrical" wrote:

Hi

How can I find the highest value in the range "D:K" and place that value in
a cell ie "A6"

Thanks
Alec

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Highest Value In A Range

Try this in your click event of your button
Range("A6").Formula = "=Max(D:K)"
"Alectrical" wrote:

Thanks for your reply Michael,

Sorry, but forgot to mention that I want this to work on the click of a
button.

Thanks Again Alec

"Michael" wrote:

Place this on cell A6

=MAX(K:D)
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Alectrical" wrote:

Hi

How can I find the highest value in the range "D:K" and place that value in
a cell ie "A6"

Thanks
Alec

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default Highest Value In A Range

Thanks Mike

"Mike" wrote:

Try this in your click event of your button
Range("A6").Formula = "=Max(D:K)"
"Alectrical" wrote:

Thanks for your reply Michael,

Sorry, but forgot to mention that I want this to work on the click of a
button.

Thanks Again Alec

"Michael" wrote:

Place this on cell A6

=MAX(K:D)
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Alectrical" wrote:

Hi

How can I find the highest value in the range "D:K" and place that value in
a cell ie "A6"

Thanks
Alec



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default Highest Value In A Range

Attach this to your button

Range("A6").Value = WorksheetFunction.Max(Range("D:K"))


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Alectrical" wrote:

Hi

How can I find the highest value in the range "D:K" and place that value in
a cell ie "A6"

Thanks
Alec

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default Highest Value In A Range

Thanks Michael

"Michael" wrote:

Attach this to your button

Range("A6").Value = WorksheetFunction.Max(Range("D:K"))


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Alectrical" wrote:

Hi

How can I find the highest value in the range "D:K" and place that value in
a cell ie "A6"

Thanks
Alec

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
Reference the 2nd and 3rd highest in range. rory_r[_2_] Excel Worksheet Functions 2 March 10th 09 03:01 PM
Highest high for a range summerguy Excel Worksheet Functions 0 March 8th 07 08:56 PM
How can i get the 3 highest in a range Roy Excel Discussion (Misc queries) 5 June 8th 06 01:31 AM
Location of n-th highest value in the range Oscar Excel Discussion (Misc queries) 6 May 11th 06 06:39 PM
Highest Value from Unique range Odysseus Excel Worksheet Functions 3 November 24th 04 02:31 PM


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