I am working on a calculator for different Electrical Engineering equations. I know that there are tons of calculators out there that do these but I want to do it anyway.
The part that I am getting hung up on is I have an SI prefix chart on one sheet. This shows, for example, that "k" = 1000, "m" = 0.001 etc.
I am using this prefix chart to put multipliers on data in an adjacent column by using data validation to use a drop box to select "k", "m", etc.
I only use that multiplier lookup in the result cell, so the result cell formula is pretty long with many LOOKUP functions to retrieve the correct multiplier for the inputs.
The problem that I am having is that my result only works with some of the multipliers. Any multipliers greater than 1 return #N/A in the resulting cell. Also, if I select "f" for 10^−15, it results in #N/A but if I go to "z" it works fine.
Not sure what I am doing wrong. Any ideas?
Bookmarks