Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default how to set range in excel

i have got 2 sheets of excel first sheet contains the date range and price
for that date range
eg.
A B C
01-Apr-05 30-Apr-05 26.00
01-May-05 31-May-05 24.00
01-Jun-05 30-Jun-05 32.00
01-Jul-05 31-Jul-05 46.00
01-Aug-05 31-Aug-05 60.00
01-Sep-05 30-Sep-05 43.00
01-Oct-05 30-Oct-05 26.00

what i want in sheet 2 is
A B
DATE PRICE
01-Apr 26
02-Apr 26
03-Apr 26
04-Apr 26
05-Apr 26
06-Apr 26
07-Apr 26
08-Apr 26
09-Apr 26
10-Apr 26
11-Apr 26
12-Apr 26
13-Apr 26
14-Apr 26






  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default how to set range in excel

just a VLOOKUP would do it


ig if G1 := 2-april05 then in H1: =VLOOKUP(G1,A1:C7,3,TRUE)

"darsg" wrote:

i have got 2 sheets of excel first sheet contains the date range and price
for that date range
eg.
A B C
01-Apr-05 30-Apr-05 26.00
01-May-05 31-May-05 24.00
01-Jun-05 30-Jun-05 32.00
01-Jul-05 31-Jul-05 46.00
01-Aug-05 31-Aug-05 60.00
01-Sep-05 30-Sep-05 43.00
01-Oct-05 30-Oct-05 26.00

what i want in sheet 2 is
A B
DATE PRICE
01-Apr 26
02-Apr 26
03-Apr 26
04-Apr 26
05-Apr 26
06-Apr 26
07-Apr 26
08-Apr 26
09-Apr 26
10-Apr 26
11-Apr 26
12-Apr 26
13-Apr 26
14-Apr 26






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
RANGE EXCEL copy cell that meets criteria in a range confused Excel Worksheet Functions 3 March 27th 08 01:41 PM
Excel Addin:Setting the range to the Excel.Range object range prop Rp007 Excel Worksheet Functions 5 November 24th 06 04:30 PM
Excel 2000 VBA - Set Print Range in dynamic range sub_pop[_5_] Excel Programming 2 July 27th 04 08:01 PM
adding reference-to-range control to excel range Nir Sfez Excel Programming 1 March 2nd 04 06:11 PM
Range.Formula and Range question using Excel Automation [email protected] Excel Programming 0 September 19th 03 04:53 AM


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