Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following spreadsheet
A B C 1 Data AA Data AB Data AC 2 Data BA Data BB Data BC 3 Data CA Data CB Data CC 4 Data DA Data DB Data DC Now, given that information, I want to reference this data in another spreadsheet as such: If "Data AA" is selected, I want for "Data AC" to be returned in the next column. If I change the first column to Data "BA", I want for "Data BC" to be automatically returned. I've tried the LOOKUP formula without positive results. I would program it to read what's in Column A, compare it to the data range, and it would return something complelely on another row. Now, granted, in this table, I have 200 entries. Anybody with any ideas? They'd be greatly appreciated! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
G1 = Data AA =VLOOKUP(G1,$A$1:$C$4,3,0) -- Biff Microsoft Excel MVP "Scott" wrote in message ... I have the following spreadsheet A B C 1 Data AA Data AB Data AC 2 Data BA Data BB Data BC 3 Data CA Data CB Data CC 4 Data DA Data DB Data DC Now, given that information, I want to reference this data in another spreadsheet as such: If "Data AA" is selected, I want for "Data AC" to be returned in the next column. If I change the first column to Data "BA", I want for "Data BC" to be automatically returned. I've tried the LOOKUP formula without positive results. I would program it to read what's in Column A, compare it to the data range, and it would return something complelely on another row. Now, granted, in this table, I have 200 entries. Anybody with any ideas? They'd be greatly appreciated! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks! How in the world did that work over the formula I was using, I have
no idea, but it did! "T. Valko" wrote: Try this: G1 = Data AA =VLOOKUP(G1,$A$1:$C$4,3,0) -- Biff Microsoft Excel MVP "Scott" wrote in message ... I have the following spreadsheet A B C 1 Data AA Data AB Data AC 2 Data BA Data BB Data BC 3 Data CA Data CB Data CC 4 Data DA Data DB Data DC Now, given that information, I want to reference this data in another spreadsheet as such: If "Data AA" is selected, I want for "Data AC" to be returned in the next column. If I change the first column to Data "BA", I want for "Data BC" to be automatically returned. I've tried the LOOKUP formula without positive results. I would program it to read what's in Column A, compare it to the data range, and it would return something complelely on another row. Now, granted, in this table, I have 200 entries. Anybody with any ideas? They'd be greatly appreciated! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Scott" wrote in message ... Thanks! How in the world did that work over the formula I was using, I have no idea, but it did! "T. Valko" wrote: Try this: G1 = Data AA =VLOOKUP(G1,$A$1:$C$4,3,0) -- Biff Microsoft Excel MVP "Scott" wrote in message ... I have the following spreadsheet A B C 1 Data AA Data AB Data AC 2 Data BA Data BB Data BC 3 Data CA Data CB Data CC 4 Data DA Data DB Data DC Now, given that information, I want to reference this data in another spreadsheet as such: If "Data AA" is selected, I want for "Data AC" to be returned in the next column. If I change the first column to Data "BA", I want for "Data BC" to be automatically returned. I've tried the LOOKUP formula without positive results. I would program it to read what's in Column A, compare it to the data range, and it would return something complelely on another row. Now, granted, in this table, I have 200 entries. Anybody with any ideas? They'd be greatly appreciated! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to reference every second row | Excel Discussion (Misc queries) | |||
Reference formula | Excel Discussion (Misc queries) | |||
Using an offset formula for the reference in a relative reference | Excel Worksheet Functions | |||
Look Up Reference Formula | Excel Discussion (Misc queries) | |||
Is it Possible in a formula to have a formula for cell reference? | Excel Worksheet Functions |