Bob Weaver
SOC-12
Any Excel troubleshooters out there? I've got all of my UPP and related data in a big Excel sheet, and I'm having trouble with a formula. I have assigned each planet a general description in terms of the world's Land, Labor and Capital - the Factors of Production that affect economic prosperity. Each of the three areas can be rated High, Med or Low. I'm trying to assign each level a multiplier that will effect the worlds Gross Planetary Product (formula taken from Striker). But I can't get the formula to work right. Here's the Excel code:
=(R2*LOOKUP(S2,$D$14:$E$16)*LOOKUP(T2, $D$18:$E$20)*LOOKUP(U2, $D$23:$E$25))
Where R2 is the GPP value field, S2, T2 & U2 are the fields for Land, Labor and Capital. The cells from D18 to E25 contain the text values & their equivalent numerical values.
The bizarre thing about this is that as long as the values in columns S,T and U are 'Med' or 'Low' it works. When the value is 'High', Excel gives me a #N/A error. Any guesses as to why it's doing this?
Cheers,
Bob W
=(R2*LOOKUP(S2,$D$14:$E$16)*LOOKUP(T2, $D$18:$E$20)*LOOKUP(U2, $D$23:$E$25))
Where R2 is the GPP value field, S2, T2 & U2 are the fields for Land, Labor and Capital. The cells from D18 to E25 contain the text values & their equivalent numerical values.
The bizarre thing about this is that as long as the values in columns S,T and U are 'Med' or 'Low' it works. When the value is 'High', Excel gives me a #N/A error. Any guesses as to why it's doing this?
Cheers,
Bob W