transposing layout to table format

F

Fawn Lagimodiere

Hi

I have a file like table 1 how can I get the list of applicants to show
horizontally in a table eg table 2 without using a macro?

Any help would be great

thanks

Table 1
Acct name applicants
123 john applicant 1
123 mary applicant 2
111 jack applicant 1
222 Peter applicant 1



Table 2
Acct Applicant 1 Applicant 2
123 John mary
111 Jack
222 Peter
 
F

Fawn Lagimodiere

thanks this is exactly what I am looking for. Is there a formula I need to
use?
 
C

Claus Busch

Hi,

Am Sun, 13 Oct 2013 13:12:04 -0600 schrieb Fawn Lagimodiere:
thanks this is exactly what I am looking for. Is there a formula I need to
use?

if you download the workbook, you see the formula.
It is an array formula to enter with CTRL+Shift+Enter
The formula in G2:
=IFERROR(INDEX($B$1:$B$10,MATCH(G$1&$F2,$C$1:$C$10&$A$1:$A$10,0)),"")
Copy down and to the right


Regards
Claus B.
 
C

Claus Busch

Hi again,

Am Sun, 13 Oct 2013 21:18:33 +0200 schrieb Claus Busch:
if you download the workbook, you see the formula.

have another look for the workbook in SkyDrive.
I put another suggestion in it.


Regards
Claus B.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top