View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Melissa Melissa is offline
external usenet poster
 
Posts: 122
Default How do I do an else if statement?

Hi! I am trying to write an IF statement to help out my boyfriend. I need a
statement that says IF( F47 J47, output first name, if not output second
name,) And I know how to do that part, but here's the kicker.... if the two
cells are the same value, then it needs to go look at two other cells and
determine which of those is greater.

Any help is appreciated!!!