Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating values based on selection from drop down box | Excel Discussion (Misc queries) | |||
Calculate a date based on values in other cell, worksheet | Excel Worksheet Functions | |||
Creating a Chart based on Values from One Column | Charts and Charting in Excel | |||
CREATING FORMULA IN ONE WORKSHEET BASED ON MULTIPLE CRITERIA IN AN | Excel Worksheet Functions | |||
Jump to cell based on cell results created by calendar control too | Excel Discussion (Misc queries) |