Conditionally updating cell values

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

Guest

If C2 > B2, I want to change B2 to C2, if not, I want to leave B2 unchanged.
I cannot figure out how to do this, can anyone offer advice?
 
Hi!

You can do this but it requires an intentional circular
reference! Use at your own risk!

Goto Tools>Options>Calculation. Check Iteration and set to
1.

In B2 enter this formula: =MAX(C2,B2)

Biff
 

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