Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 47
Default find the < within 3 rows

How do I find < value out of multiple cell and highlight it
(A 1 - 1000 B1 - 900 c1 - 1700) what would be the formula to
highlight B1
--
smile
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default find the < within 3 rows

go to Conditional Formatting
insert the formula:

=MIN(A1:C1)

and select relevant formatting
then copy/paste special formats to all the 3 cells
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 47
Default find the < within 3 rows

Sorry it did not work for me. Again I need to see the smallest value highlited
--
smile


"Jarek Kujawa" wrote:

go to Conditional Formatting
insert the formula:

=MIN(A1:C1)

and select relevant formatting
then copy/paste special formats to all the 3 cells

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default find the < within 3 rows

Select the range from A1 to C1 with A1 as the active cell
do formatconditional formatting formula is

then use

=A1=MIN($A$1:$C$1)

select the format you want and click OK twice

--


Regards,


Peo Sjoblom

"israel" wrote in message
...
Sorry it did not work for me. Again I need to see the smallest value
highlited
--
smile


"Jarek Kujawa" wrote:

go to Conditional Formatting
insert the formula:

=MIN(A1:C1)

and select relevant formatting
then copy/paste special formats to all the 3 cells



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 47
Default find the < within 3 rows

Beautiful, it worked nice. Now can you help me with the rest.
I have 200 rows, how do I apply at one for the entire worksheet of 200 rows
--
smile


"Peo Sjoblom" wrote:

Select the range from A1 to C1 with A1 as the active cell
do formatconditional formatting formula is

then use

=A1=MIN($A$1:$C$1)

select the format you want and click OK twice

--


Regards,


Peo Sjoblom

"israel" wrote in message
...
Sorry it did not work for me. Again I need to see the smallest value
highlited
--
smile


"Jarek Kujawa" wrote:

go to Conditional Formatting
insert the formula:

=MIN(A1:C1)

and select relevant formatting
then copy/paste special formats to all the 3 cells






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default find the < within 3 rows

Assume you have A1:C200, type that in the name box above column A's header
and press enter, then do formatconditional formatting and enter

=AND(ISNUMBER(A1),A1=MIN($A1:$C1))

do as previous



--


Regards,


Peo Sjoblom

"israel" wrote in message
...
Beautiful, it worked nice. Now can you help me with the rest.
I have 200 rows, how do I apply at one for the entire worksheet of 200
rows
--
smile


"Peo Sjoblom" wrote:

Select the range from A1 to C1 with A1 as the active cell
do formatconditional formatting formula is

then use

=A1=MIN($A$1:$C$1)

select the format you want and click OK twice

--


Regards,


Peo Sjoblom

"israel" wrote in message
...
Sorry it did not work for me. Again I need to see the smallest value
highlited
--
smile


"Jarek Kujawa" wrote:

go to Conditional Formatting
insert the formula:

=MIN(A1:C1)

and select relevant formatting
then copy/paste special formats to all the 3 cells






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
How do I find out how many rows I have selected? ABR Excel Discussion (Misc queries) 7 April 3rd 23 10:56 AM
Find and delete all other rows Murray Excel Discussion (Misc queries) 1 August 7th 07 02:54 AM
I cant find my other rows in excel ns1634 New Users to Excel 4 May 13th 07 03:32 PM
Find rows matching Max value Serena Excel Discussion (Misc queries) 3 July 19th 06 02:42 AM
How to find next value if rows between are empty? joes Excel Discussion (Misc queries) 2 June 16th 06 04:26 PM


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