Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Selected Cell in a Range Appears in another Cell

I have a group of cells that represent different prices for items. When I
select one of these cells in the range of cells, I want the selected cell's
value to appear in another cell in the the same spreadsheet...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 515
Default Selected Cell in a Range Appears in another Cell

And when you select the next cell, the value will change again? And again and
so on?
You would be much better off making use of criteria, to select either an A,
B, or C price. Iow, if you insert an "A", you get price 1, a "B" will give
you price 2 and a "C" will give you price 3.

something like the following: In cell A2 you enter the item number, in B2
you enter either A, B or C. Your prices are in a data list named pricing,
with the 1st Column having the item number, Col 2:4 the various price ranges,
and in cell C2 you want to display the relevant price.
in C2 use the following formula:
=IF(B2="","",IF(A2<"",IF(B2="A",VLOOKUP(A2,Pricin g,2,FALSE),if(B2="B",VLOOKUP(A2,Pricing,3,FALSE),I F(B2="C",VLOOKUP(A2,Pricing,4,FALSE),"Enter
A B or C only")))))
--
Hth

Kassie Kasselman
Change xxx to hotmail


"Nick'o" wrote:

I have a group of cells that represent different prices for items. When I
select one of these cells in the range of cells, I want the selected cell's
value to appear in another cell in the the same spreadsheet...

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
How to get Total of Colored Cell in Selected Range Qazi Ahmad Excel Discussion (Misc queries) 1 June 22nd 07 04:17 PM
Plus sign no longer appears when cell is selected Ashley Excel Discussion (Misc queries) 2 December 14th 06 06:42 AM
How to change cell text based on another selected cell? jjh Excel Discussion (Misc queries) 1 July 6th 06 01:14 PM
how do I insert the address of a selected cell into a fixed cell cox Excel Discussion (Misc queries) 2 May 27th 06 07:44 PM
how read value from last selected cell? It is possible? how get adress last selected cell? Andrzej New Users to Excel 4 May 30th 05 07:28 PM


All times are GMT +1. The time now is 03:24 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"