How do I loop an IF statement?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm would like to know how to loop an IF statement. I am trying to add .01
to cell L6 when I15 and K15 don't equal each other. I have started with
=IF(I15=K15,L6=L6,L6=L6+0.01). Can someone please help?
 
Hi
this is not possible with formulas. Formula can't change other cell values
but only return a value.
If you need this kind of procedure you either have to use a helper column or
a VBA solution
 

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