how do i enter a formula in excel that will change a cell value

G

Guest

I want to enter a formula that will change that will allow be to change the
value of a cell to 0 if the sum is les sthan 0 or a minus figure if it is a
plus figure then I want it to stay the same. I have used a formula of:
=(IF(G4<0,0*(IF(G4>0,))) this will change the cell value to 0 if it is a
minus figure but just enters the word FALSE if it is greater than 0
 
G

Guest

Are you looking for this?

=IF(G4<0,0)

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 
G

Guest

I used that formula first which works if the figure is 0 or less but I also
want it to leave the value in the cell if it is greater than 0 but it is not
doing that!

Thank you for your reply by the way!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top