Hello,
Does MS Excel have an enhanced, multiple choice, IF statement such as those found in most high level programming languages(such as C and Pascal), under names such as case, or switch statements?
Here is what i need to do: I have to complete a table that containt the name and ID of a data transmission circuit, there is a one to one corespondence between the name and the ID, so I would like the name cell to be completed automatically after i fill in the ID cell.
One obvious way to do this would be to create the mother of all nested if statements, but this has two problems. First of all, it's a lot of work and I am lazy, and second of all, it scales awfully and should i need to add another circuit, this would need the rethinking of the nested if.
Obviously, i would be satisfied if anyone could give me another suggestion to solve this problem.
Thank you,
Paul
Bookmarks