Sharon Hague
Registered User.
- Local time
- Today, 16:59
- Joined
- Jul 10, 2003
- Messages
- 138
Hi
I have a worksheet consisting of data in 4 rows and 10 columns
In rows 1 and 3 across 10 columns I have dates which are formatted to dd/mm/yy and displayed underneath in rows 2 and 4 accross 10 columns I have number fields.
i.e
A B C ETC....
Row 1 01/04/06 02/04/06 03/04/06
Row 2 1 0.5 0
Row 3 01/05/06 02/05/06 03/05/06
Row 4 0 1 0.5
I am trying to use HLOOKUP to search for data in the above table to return the data displayed in rows 2 and 4 dependant on the date, but I can't ask it to use A1:C2 and A3:C4 in the table array. Can I only have 1 table array?
On another worksheet I want it to return the following from the data entered above: -
01/04/06 1
02/04/06 0.5
03/04/06 0
01/05/06 0
02/05/06 1
03/05/06 0.5
Is there any way to do this or maybee another fundction is used?
I'd appreciate anybody's help on this.
I have a worksheet consisting of data in 4 rows and 10 columns
In rows 1 and 3 across 10 columns I have dates which are formatted to dd/mm/yy and displayed underneath in rows 2 and 4 accross 10 columns I have number fields.
i.e
A B C ETC....
Row 1 01/04/06 02/04/06 03/04/06
Row 2 1 0.5 0
Row 3 01/05/06 02/05/06 03/05/06
Row 4 0 1 0.5
I am trying to use HLOOKUP to search for data in the above table to return the data displayed in rows 2 and 4 dependant on the date, but I can't ask it to use A1:C2 and A3:C4 in the table array. Can I only have 1 table array?
On another worksheet I want it to return the following from the data entered above: -
01/04/06 1
02/04/06 0.5
03/04/06 0
01/05/06 0
02/05/06 1
03/05/06 0.5
Is there any way to do this or maybee another fundction is used?
I'd appreciate anybody's help on this.