Updating

  • Thread starter Thread starter Aaron Neunz
  • Start date Start date
A

Aaron Neunz

I type a value in an Excel cell, let's say a value of "True". Based on that
value I would like a cell in another column to automatically update to a
value, let's say "A." How can I accomplish this?

Thanks in advance,
Aaron Neunz
 
Hi Aaron

in the cell that you want to update type
=IF(A1="True","A","")
this will display "A" if true is typed into A1, otherwise the cell will
display nothing

Hope this helps

Cheers
julieD
 
Simple enough. That helps alot.

Thank You

JulieD said:
Hi Aaron

in the cell that you want to update type
=IF(A1="True","A","")
this will display "A" if true is typed into A1, otherwise the cell will
display nothing

Hope this helps

Cheers
julieD
 

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