K
Krista F
I'm trying to find a formula that will
A B C D E F
W1 x x x
W2 x x x
W3 x x x x
W4 x
A B C D E F
W1 x x x
W2 x x x
W3 x x x x
W4 x
Krista F said:I'm trying to find a formula that will
A B C D E F
W1 x x x
W2 x x x
W3 x x x x
W4 x
Krista F said:Actuallyif there is an x in B1:B4 I want it to list which rows they are in -
for the grid below querying Column C (poorly labeled B for example) it would
list W1, W2, W4.
I can't even test the formulas now... grr.... I knew vlookup was too good
to be true. Did you end up splitting the book into smaller pieces to solve
the problem or use a workaround statement?
I worked for a company that now has been acquired by Cognos. I made an
add-in to get general ledger data. Someone had made a formula where the
output of a vlookup function was used a parameter for the add-in. There were
only two values to choose from so I replaced it with an IF statement. I
think someone else used nested vlookups. It had some serious problems too.
Krista F said:Fredrik,
That is amazing. I have never done any programming in excel and had no idea
how powerful it could be! This does what I need.
One last thing - is there any way to tell this UDF --getheader(a1:a6) -- to
place each resulting value in it's own cell vs. a string within one cell?
Thank you again! I am really looking forward to learning more about this
stuff.
Krista
Krista F said:Totally makes sense... Thanks.
Do you know a good reference site/book that teaches about UDF's? I'd like
to try and disect the one you provided so I uderstand what each command line
is doing... Then perhaps I can start tweaking it for other data I am
analyzing!
Krista