View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default How do I set up a function in excel to give either a < or =?

Simon

The A1 low & B1 low can never be called because B1 high or A1 high will
evaluate as TRUE first.

Mike


"Simon Lloyd" wrote:


ivory;427015 Wrote:
I have two columns that have two numbers and I need a function that will
tell
me if the one number in one column is greater than, less than< or
equal =.

Thank you for your help,There are smarter ways but assuming your numbers are in column A & B put

this in C and copy down.
=IF(A1B1,"A1 High",IF(B1A1,"B1 High",IF(A1<B1,"A1 Low",IF(B1<A1,"B1
Low","A1 & B1 Equal"))))


--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=118661