#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Updating

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default Updating

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

"Aaron Neunz" wrote in message
...
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




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Updating

Simple enough. That helps alot.

Thank You

"JulieD" wrote in message
...
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

"Aaron Neunz" wrote in message
...
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






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default Updating

glad to assist.

"Aaron Neunz" wrote in message
...
Simple enough. That helps alot.

Thank You

"JulieD" wrote in message
...
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

"Aaron Neunz" wrote in message
...
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








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
DDE updating CRAIG K Excel Discussion (Misc queries) 1 February 20th 08 08:21 AM
Updating Jeff Excel Discussion (Misc queries) 1 August 3rd 07 02:54 PM
Updating dpal Excel Worksheet Functions 0 December 27th 06 03:42 PM
DDE and updating grant606 Excel Discussion (Misc queries) 12 June 16th 06 05:08 AM
When updating a worksheet, how do I create a link updating the sa. Phlashh Excel Worksheet Functions 9 January 27th 05 06:05 PM


All times are GMT +1. The time now is 06:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"