#1   Report Post  
Django
 
Posts: n/a
Default Condition Statement

Appreciate it if anyone could tell be a way to write a IF statement that
states that if a cell is greater than a number of individual cell
write"WINNER"

Or how does one make Excel select the highest number from a group of Cells.

Appreciate any assistance provided.
--
Django
  #2   Report Post  
cottage6
 
Posts: n/a
Default

Hello,
The formula to get the highest number is =MAX(A1:A10).

"Django" wrote:

Appreciate it if anyone could tell be a way to write a IF statement that
states that if a cell is greater than a number of individual cell
write"WINNER"

Or how does one make Excel select the highest number from a group of Cells.

Appreciate any assistance provided.
--
Django

  #3   Report Post  
Django
 
Posts: n/a
Default

Thanks. Thats half my problem solved.
--
Django


"cottage6" wrote:

Hello,
The formula to get the highest number is =MAX(A1:A10).

"Django" wrote:

Appreciate it if anyone could tell be a way to write a IF statement that
states that if a cell is greater than a number of individual cell
write"WINNER"

Or how does one make Excel select the highest number from a group of Cells.

Appreciate any assistance provided.
--
Django

  #4   Report Post  
cottage6
 
Posts: n/a
Default

Django, if you still need "Winner" in the cell with the highest number, you
can enter this formula next to each cell with an amount in it.
=IF(A1=MAX(A1:A10),"Winner","")

"Django" wrote:

Thanks. Thats half my problem solved.
--
Django


"cottage6" wrote:

Hello,
The formula to get the highest number is =MAX(A1:A10).

"Django" wrote:

Appreciate it if anyone could tell be a way to write a IF statement that
states that if a cell is greater than a number of individual cell
write"WINNER"

Or how does one make Excel select the highest number from a group of Cells.

Appreciate any assistance provided.
--
Django

  #5   Report Post  
Django
 
Posts: n/a
Default

Thank you very much.
--
Django


"cottage6" wrote:

Django, if you still need "Winner" in the cell with the highest number, you
can enter this formula next to each cell with an amount in it.
=IF(A1=MAX(A1:A10),"Winner","")

"Django" wrote:

Thanks. Thats half my problem solved.
--
Django


"cottage6" wrote:

Hello,
The formula to get the highest number is =MAX(A1:A10).

"Django" wrote:

Appreciate it if anyone could tell be a way to write a IF statement that
states that if a cell is greater than a number of individual cell
write"WINNER"

Or how does one make Excel select the highest number from a group of Cells.

Appreciate any assistance provided.
--
Django



  #6   Report Post  
Cutter
 
Posts: n/a
Default


Assuming you have values in the range A1:A10

then this formula will tell you what the largest number in that range
is:

=MAX(A1:A10)


If you want an IF() function to compare a value in B1 to that range
then use:

=IF(B1MAX(A1:A10),"WINNER","")


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=399532

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
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM
IF Statement nightmare eugenevr Excel Discussion (Misc queries) 6 May 18th 05 01:09 PM
IF Statement Brent New Users to Excel 3 April 29th 05 04:24 PM
How to calculate a sum as one outcome of an IF statement barb in NC Excel Worksheet Functions 2 March 31st 05 08:01 PM
What statement to use? Paul Excel Worksheet Functions 6 February 13th 05 05:23 PM


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