Ack. One more point I discovered after some debugging: the lookup and result vectors had better be sorted by the lookup vector as the sort key (INDEX($J$2:$J$5,,1) in the above example). Maybe this isn't news to anyone, but to me, it was a try of desperation as I watched the LOOKUP function...
No worries. I just looked at it. It appears to work. And it serves my three primary use cases:
1) I can add a new consultant and fee into the fee table, as required
2) I can add any consultant to any project and the summaries automatically update
3) I can create a new project mapping and add...
Nevermind about sending, I can get to the above link. The use of LOOKUP in that way is a bit mystifying - I can't find that technique documented anywhere. How did you find it? Again will give it a whirl when on a real computer and can break it down. Looks promising.
Hey Montrey,
Just on my iPad after a long dinner party so will have to check it out in the morning. But your excitement is clear!
Unless the pasted formula says it all, can you forward your .xls to the gmail address we created as well?
More feedback tomorrow.
Doug
Hey guys,
To be clear, I don' t expect you to go building me spreadsheets! Although I much appreciate the yeoman's effort, what this is is a discussion about whether Excel can do something or not.
If I took the example I gave and said we'd put Project Summaries on Sheet 1, Project Work by...
Hey guys,
@SirJB7 - I definitely agree with you, that for data clarity and management I should normalize the data sources onto separate sheets. That said, this example was for simplicity, and I don't believe that putting the samples into a single sheet for illustration is actually the problem...
Hi Montrey,
I received your suggestion, much appreciated. For discussion, SirJB7 and others, it's copied here in a textified version:
_| A B C D
1 Project Consultant Fee Table
2 fido alan alan 10
3 fido betty betty 15
4 fido...
Sure - hope you're OK that I don't publish my email in a public forum. How about send it to dugless.montrey at good ol' gmail? You can attach the .xls to that, and I'll respond with a real email for future use?
thanks!
Hey Montrey,
Unfortunately 2shared.com is a Windows-only service (I'm on a Mac), and even if I tried this at work, our security policies would block them because they require a downloaded component to be installed to use their service.
Any chance you can either paste a textified version to...
Appreciated Montrey - Speedy.sh is asking me to join, so I'm guessing that you have a column in betweeners Consultants and Fee Table that produces the fee mappings, and I get that that's one route.
However consider my example is fairly simplistic for example's sake. Imagine Column B was...
Hey Narayan,
Thanks for the post. I just tried your suggestion and I get the same behaviour. The only difference that I can see is that in my example I referenced the data and lookup with literal cell ranges, and you're suggesting to dereference those from named ranges. Correct? The result I...
Suppose I have this range of string values in cells A1:A10
A
B
C
A
B
C
D
A
B
C
and another range for lookups in B1:C4 that maps those values to their numeric equivalents:
A 5
B 10
C 15
D 20
Ideally I would like to be able to build an array that maps each entry in A1:A10 into B1:C4, via...