formula

  • Thread starter Thread starter Anne White
  • Start date Start date
A

Anne White

I am trying to create a formula that does the following:

if one cell (b4) is grater than or equal to another cell
(b1) than multilpy cell (b4) by 5%. I can't figure how to
do this or what I am doing wrong. This is what I have put:

IF B4>=B1,B4*5% OR IFSUM(B3+c3)>=B1,85% OR

I keep getting errors. If anyone can help, it would be
much appreciated. Thanks

Anne White
 
Hi Anne
try
=IF(B4>=B1,B4*0.05,"don't know")

not sure what should happen if B4<B1
 
enter in for instance cell E4...............

=IF(B4>=B1,B4*1.05,"")
regards
Bill K
 

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

Back
Top