Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default Odd excel usage question:

Hey there,

I would like to create a dynamic list from a table with shifting
values.

My data table:

Title1....0
Title2....2
Title3....1
Title4....3

From this data, is there anyway to derive a list that will look like

the following:

Title2
Title2
Title3
Title4
Title4
Title4

.... in such a manner that as the values (0,2,1,3... etc) in the table
above change, the list will change with it?

Many huge thanks. I know this is most likely a bit of a stretch, but
its a design issue that I am trying to deal with and this is the most
effective way I see possible.

Thansk again
-Sean

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 213
Default Odd excel usage question:

I would like to create a dynamic list from a table with shifting
values.

My data table:

Title1....0
Title2....2
Title3....1
Title4....3

From this data, is there anyway to derive a list that will look like

the following:

Title2
Title2
Title3
Title4
Title4
Title4

... in such a manner that as the values (0,2,1,3... etc) in the table
above change, the list will change with it?


One way is suggested by the csv file below.

--------------------- cut here -----------------------
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",0,Title1,0
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",=B1+D1,Title2,2
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",=B2+D2,Title3,1
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",=B3+D3,Title4,3
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",=B4+D4,"=""""",
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)",,,
"=VLOOKUP(ROW()-1,B:D,2,TRUE)"
"=VLOOKUP(ROW()-1,B:D,2,TRUE)"
"=VLOOKUP(ROW()-1,B:D,2,TRUE)"
"=VLOOKUP(ROW()-1,B:D,2,TRUE)"
"=VLOOKUP(ROW()-1,B:D,2,TRUE)"
"=VLOOKUP(ROW()-1,B:D,2,TRUE)"
"=VLOOKUP(ROW()-1,B:D,2,TRUE)"
"=VLOOKUP(ROW()-1,B:D,2,TRUE)"
"=VLOOKUP(ROW()-1,B:D,2,TRUE)"
"=VLOOKUP(ROW()-1,B:D,2,TRUE)"
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
excel novice question on filling in missing fields/cells TimR Excel Discussion (Misc queries) 3 May 19th 06 11:10 AM
QUESTION: Copy pivottable from excel file to another. Simon Excel Discussion (Misc queries) 0 April 26th 06 10:48 AM
MSQUERY...My Exact question (Excel 2000) SEAN DI''''ANNO New Users to Excel 1 April 7th 06 03:35 PM
Expanding memory usage Excel 2003 Tieme Woldman Excel Discussion (Misc queries) 0 March 9th 05 02:55 PM
Statistical Excel Function Question within Excel 2000... Drew H Excel Worksheet Functions 3 October 31st 04 06:55 PM


All times are GMT +1. The time now is 06:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"