Thread
:
Need formula help!
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
Posts: n/a
Need formula help!
I think I would make a list
a
b
c
d
and use FINDNEXT to put the value in the next available column next to the
letter.
--
Don Guillett
SalesAid Software
"HBF" wrote in message
...
In Chart A my columns contain this:
Col A Col B Col C Col D
6/2 6/9 6/16
A 1
D 3
C 3
D 4
B 2
A 2
C 4
B 3
What formula would I use to get the above information to display in
Chart B?
Col A Col B Col C Col D
6/2 6/9 6/16
A 1 2
B 2 3
C 3 4
D 3 4
I tried to use a 2 dimensional vlookup
=VLOOKUP(A2,’Chart A'!A1:D9,MATCH(B1,’Chart A'!A1:D1,0),FALSE)
The problem is that this only returns the first value.
--
HBF
------------------------------------------------------------------------
HBF's Profile:
http://www.excelforum.com/member.php...o&userid=34019
View this thread:
http://www.excelforum.com/showthread...hreadid=552224
Reply With Quote