excel - More efficient way than nested ifs -


in excel, want use other nested if statements execute task. there cleaner way of doing cases besides nested if statements? there cases statement in excel? example given ordered tuple ones , zeros (e.g (1,1,0)), want value of cell something. can specify ordered tuples in advance without besides nested if statements?

if know ordered tuples , want final value be, why not create reference table somewhere else on sheet col1 = tuple ; col2 = wanted output?

then use vlookup() statement on table...

hope makes sense / want....


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -