Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 271
Default text box 2 based on text box 1

I have a text box 1 whose value is most likely equal to a value in range
Sheet1.Range ("A1:A10").

If the value in text box 1 does equal a value in sheet1.Range("A1:A10") I
want Text box 2's value, upon tabing into it to equal the value of the
adjacent cell in sheet1.range "B1:B10".


--
Thanks
Shawn
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 246
Default text box 2 based on text box 1

change textbox1's property 'Linked Cell' to, say J1 (or any available
cell on the sheet).
in J2 put a vlookup formula which uses J1 to look up into the area
A1:B10 - this should return the value you are after.
change textbox2's property 'Linked Cell' to J2 or whereever you have
located the vlookup formula.

J



On 6 Jun, 15:48, Shawn wrote:
I have a text box 1 whose value is most likely equal to a value in range
Sheet1.Range ("A1:A10").

If the value in text box 1 does equal a value in sheet1.Range("A1:A10") I
want Text box 2's value, upon tabing into it to equal the value of the
adjacent cell in sheet1.range "B1:B10".

--
Thanks
Shawn



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
Conditional Formatting based on text within a cell w/ text AND num Shirley Excel Worksheet Functions 2 December 22nd 06 01:40 AM
Counting a mixed text/number column based on text in another colum Sierra Vista Steve Excel Discussion (Misc queries) 3 December 17th 06 05:30 PM
How to auto-fill text based on text in another cell Jason Excel Discussion (Misc queries) 3 February 16th 05 08:40 PM
Putting text in a column based on variable text from another colum Jacky D. Excel Discussion (Misc queries) 1 December 16th 04 06:09 PM
Deleting Rows based on text in cell & formatting cell based on text in column beside it Steve Excel Programming 4 February 26th 04 03:31 PM


All times are GMT +1. The time now is 12:43 PM.

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

About Us

"It's about Microsoft Excel"