PC Review


Reply
Thread Tools Rate Thread

Data Validation lists update orginal cell with list update

 
 
roniaelm@hotmail.com
Guest
Posts: n/a
 
      4th Jul 2008
Hello,

I need some help.

I am using a data validation list to help people populate the
destination cell with the required value.
The data validaton list is populated using a formula that references
to a table on another sheet.
Users are expected to change the values on this table to their
suitable name.

For example:

Sheet
1: Sheet 2:

A
D
Table
Validation list
1 <Account 1>
='Sheet 1!'A1
2 <Account 2>
='Sheet 1!'A2
3 <Account 3>
='Sheet 1!'A3

For example if the user chances the name '<Account 1>' to 'Chemist'
then the data validation list auotmatically updates. This will alos
update the drop down list in the destination cell that has the data
validation applied. However, is there away of also updating the cells
that have already had the orginal value selected, i.e. '<Account>' to
'Chemist' as users can change the name of the values at any point in
time.

I have tried to use =IF(D1="<Account 1>",'Sheet 1!'A1,D1).
However, once I select another value from the drop down list it
overwrites the formula entered in the cell.

Does anyone know a good solution to this problem or a good work
around.

Thanks for your help!
 
Reply With Quote
 
 
 
 
ryguy7272
Guest
Posts: n/a
 
      4th Jul 2008
All you need to know about data validation is here:
http://www.contextures.com/xlDataVal02.html
http://www.contextures.com/xlDataVal08.html



--
RyGuy


"(E-Mail Removed)" wrote:

> Hello,
>
> I need some help.
>
> I am using a data validation list to help people populate the
> destination cell with the required value.
> The data validaton list is populated using a formula that references
> to a table on another sheet.
> Users are expected to change the values on this table to their
> suitable name.
>
> For example:
>
> Sheet
> 1: Sheet 2:
>
> A
> D
> Table
> Validation list
> 1 <Account 1>
> ='Sheet 1!'A1
> 2 <Account 2>
> ='Sheet 1!'A2
> 3 <Account 3>
> ='Sheet 1!'A3
>
> For example if the user chances the name '<Account 1>' to 'Chemist'
> then the data validation list auotmatically updates. This will alos
> update the drop down list in the destination cell that has the data
> validation applied. However, is there away of also updating the cells
> that have already had the orginal value selected, i.e. '<Account>' to
> 'Chemist' as users can change the name of the values at any point in
> time.
>
> I have tried to use =IF(D1="<Account 1>",'Sheet 1!'A1,D1).
> However, once I select another value from the drop down list it
> overwrites the formula entered in the cell.
>
> Does anyone know a good solution to this problem or a good work
> around.
>
> Thanks for your help!
>

 
Reply With Quote
 
Debra Dalgleish
Guest
Posts: n/a
 
      4th Jul 2008
There's a sample file here that updates previous selections:

http://www.contextures.com/excelfiles.html

Under Data Validation, look for 'DV0022 - Update Validation Selections'

(E-Mail Removed) wrote:
> Hello,
>
> I need some help.
>
> I am using a data validation list to help people populate the
> destination cell with the required value.
> The data validaton list is populated using a formula that references
> to a table on another sheet.
> Users are expected to change the values on this table to their
> suitable name.
>
> For example:
>
> Sheet
> 1: Sheet 2:
>
> A
> D
> Table
> Validation list
> 1 <Account 1>
> ='Sheet 1!'A1
> 2 <Account 2>
> ='Sheet 1!'A2
> 3 <Account 3>
> ='Sheet 1!'A3
>
> For example if the user chances the name '<Account 1>' to 'Chemist'
> then the data validation list auotmatically updates. This will alos
> update the drop down list in the destination cell that has the data
> validation applied. However, is there away of also updating the cells
> that have already had the orginal value selected, i.e. '<Account>' to
> 'Chemist' as users can change the name of the values at any point in
> time.
>
> I have tried to use =IF(D1="<Account 1>",'Sheet 1!'A1,D1).
> However, once I select another value from the drop down list it
> overwrites the formula entered in the cell.
>
> Does anyone know a good solution to this problem or a good work
> around.
>
> Thanks for your help!



--
Debra Dalgleish
Contextures
www.contextures.com/tiptech.html
Blog: http://blog.contextures.com

 
Reply With Quote
 
roniaelm@hotmail.com
Guest
Posts: n/a
 
      11th Jul 2008
On Jul 4, 11:09*pm, Debra Dalgleish <d...@contexturesXSPAM.com> wrote:
> There's a sample file here that updates previous selections:
>
> * *http://www.contextures.com/excelfiles.html
>
> Under Data Validation, look for 'DV0022 - Update Validation Selections'
>
>
>
>
>
> ronia...@hotmail.com wrote:
> > Hello,

>
> > I need some help.

>
> > I am using a data validation list to help people populate the
> > destination cell with the required value.
> > The data validaton list is populated using a formula that references
> > to a table on another sheet.
> > Users are expected to change the values on this table to their
> > suitable name.

>
> > For example:

>
> > * * * *Sheet
> > 1: * * * * * * * * * * * * * * * * * * * * * * * * * * * * Sheet 2:

>
> > A
> > D
> > * * * * *Table
> > Validation list
> > 1 * <Account 1>
> > ='Sheet 1!'A1
> > 2 * <Account 2>
> > ='Sheet 1!'A2
> > 3 * <Account 3>
> > ='Sheet 1!'A3

>
> > For example if the user chances the name '<Account 1>' to 'Chemist'
> > then the data validation list auotmatically updates. This will alos
> > update the drop down list in the destination cell that has the data
> > validation applied. However, is there away of also updating the cells
> > that have already had the orginal value selected, i.e. '<Account>' to
> > 'Chemist' as users can change the name of the values at any point in
> > time.

>
> > I have tried to use =IF(D1="<Account 1>",'Sheet 1!'A1,D1).
> > However, once I select another value from the drop down list it
> > overwrites the formula entered in the cell.

>
> > Does anyone know a good solution to this problem or a good work
> > around.

>
> > Thanks for your help!

>
> --
> Debra Dalgleish
> Contextureswww.contextures.com/tiptech.html
> Blog:http://blog.contextures.com- Hide quoted text -
>
> - Show quoted text -


Thanks Debra, that worked!!!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Update Selections for (Numerous) Validation Lists Lusiana L. Microsoft Excel Programming 1 22nd Mar 2010 08:58 PM
Automatically update data validation list roniaelm@hotmail.com Microsoft Excel Programming 5 5th Jul 2008 02:11 PM
Update Validation List from cell =?Utf-8?B?cGtlZWdz?= Microsoft Excel Programming 2 22nd Mar 2006 03:17 AM
update data validation list with new entries?? =?Utf-8?B?Y2p0ajQ3MDA=?= Microsoft Excel Misc 10 12th Dec 2005 01:00 AM
Data Validation/Drop down list automatic update Dave Potter Microsoft Excel Misc 5 3rd Aug 2003 04:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:36 AM.