Excel Help

Associate
Joined
26 Aug 2009
Posts
602
Location
Up the tree
I've been all over the net and can find a solution. Ahhh!!!

Basically what i want to say is the following:

If Cell E4 is => 15 then add 0.5

Thats what i want.

Can anyone help?
 
You might want to check the syntax of the IF command, since I'm doing this without actually being in Excel...

=IF(E4=>15,E4+0.5,)

I might have the TRUE and FALSE conditions the wrong way around in there.


Awesome dude it worked great. Had to switch around the > & = symbol though.


Thank you so much.
 
Back
Top Bottom