#1   Report Post  
Posted to microsoft.public.excel.misc
chrizty22
 
Posts: n/a
Default Linking Cells...


Does anyone know how to link cells in the same worksheet? For example, I
am typing up orders. Every time I put in 4 x 6 (size) in one column, I
want the price to automatically appear in the price column, $8.95. I
just want to be able to program the correlating text/numbers. Every
time I check the Delivery column, I want 5.00 to appear in another
column. How can I program this? Thanks for any help!


--
chrizty22
------------------------------------------------------------------------
chrizty22's Profile: http://www.excelforum.com/member.php...o&userid=32314
View this thread: http://www.excelforum.com/showthread...hreadid=520688

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Linking Cells...

VLOOKUP will perform the correlation of text to numbers. When you say
"check the delivery column", do you have a checkbox in that column?
Assuming you do, you might use and IF statement, something along the
lines of =IF(D1=TRUE,5,0).

  #3   Report Post  
Posted to microsoft.public.excel.misc
kassie
 
Posts: n/a
Default Linking Cells...

Your details are sketchy, but VLOOKUP should do the trick for you. Set up a
list of items you want looked up, eg A100:D150. If you type your description
in say a5, and you want the cost in D5, then in D5
enter+VLOOKUP(B5,A100:D150,4,FALSE) The 4 being the number of columns offset
from A, where the cost is.

"chrizty22" wrote:


Does anyone know how to link cells in the same worksheet? For example, I
am typing up orders. Every time I put in 4 x 6 (size) in one column, I
want the price to automatically appear in the price column, $8.95. I
just want to be able to program the correlating text/numbers. Every
time I check the Delivery column, I want 5.00 to appear in another
column. How can I program this? Thanks for any help!


--
chrizty22
------------------------------------------------------------------------
chrizty22's Profile: http://www.excelforum.com/member.php...o&userid=32314
View this thread: http://www.excelforum.com/showthread...hreadid=520688


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
Linking cells Steve Excel Worksheet Functions 2 September 9th 05 07:21 PM
linking cells and assort decending Cindy Morgan Excel Discussion (Misc queries) 0 July 8th 05 12:39 AM
Excel - linking cells Cyndi Excel Worksheet Functions 1 July 6th 05 08:26 PM
Linking Cells and applying a sort Destiny Excel Worksheet Functions 3 December 16th 04 09:13 PM
linking cells colors Jaan Excel Worksheet Functions 1 December 12th 04 07:34 AM


All times are GMT +1. The time now is 12:26 AM.

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"