Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Creating a worksheet with values based on a control cell

Hello, I hope you can help.

I have a basic table with many rows but only four columns.
I have hidden this table from view and created a drop down
list so that column A is fixed based only on information
that is valid, because I put it there. What I want to
happen then is that columns B, C and D will update their
content directly based upon the data selected in column A.
Effectively the table will be duplicated but only for the
row of interest.

Thanks in advance,

Dan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Creating a worksheet with values based on a control cell

Hi
use VLOOKUP for this (if column A contains unique values.). e.g. in B1
on your second sheet enter
=IF(A1<"",VLOOKUP(A1,'hidden_sheet'!$A$1:$D$100,2 ,0),"")

--
Regards
Frank Kabel
Frankfurt, Germany


Dan Eames wrote:
Hello, I hope you can help.

I have a basic table with many rows but only four columns.
I have hidden this table from view and created a drop down
list so that column A is fixed based only on information
that is valid, because I put it there. What I want to
happen then is that columns B, C and D will update their
content directly based upon the data selected in column A.
Effectively the table will be duplicated but only for the
row of interest.

Thanks in advance,

Dan


  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Creating a worksheet with values based on a control cell

Frank,

Thanks for your help. Is there a maximum number of IF's I
can use becuase I will have to brake down my column A data
if there is.

Thanks,

Dan



-----Original Message-----
Hi
use VLOOKUP for this (if column A contains unique

values.). e.g. in B1
on your second sheet enter
=IF(A1<"",VLOOKUP(A1,'hidden_sheet'!$A$1:$D$100, 2,0),"")

--
Regards
Frank Kabel
Frankfurt, Germany


Dan Eames wrote:
Hello, I hope you can help.

I have a basic table with many rows but only four

columns.
I have hidden this table from view and created a drop

down
list so that column A is fixed based only on information
that is valid, because I put it there. What I want to
happen then is that columns B, C and D will update their
content directly based upon the data selected in column

A.
Effectively the table will be duplicated but only for

the
row of interest.

Thanks in advance,

Dan


.

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
Creating values based on selection from drop down box ck Excel Discussion (Misc queries) 0 March 12th 10 01:07 AM
Calculate a date based on values in other cell, worksheet KS Excel Worksheet Functions 4 May 21st 09 03:56 PM
Creating a Chart based on Values from One Column rampiranha Charts and Charting in Excel 1 October 23rd 08 02:40 AM
CREATING FORMULA IN ONE WORKSHEET BASED ON MULTIPLE CRITERIA IN AN Etg-Para Excel Worksheet Functions 2 July 24th 08 05:33 AM
Jump to cell based on cell results created by calendar control too JB Excel Discussion (Misc queries) 3 January 15th 08 08:18 PM


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