Hi, I'm self taught on Excel, so most of my solutions are not exactly beautiful simple fixes, but I have one I can't get around now.
I have a nesting if function that is accomplishing a good chunk of computing for me.
So to start, there's 39 labels that I want to check.
Some of the data I want to bring back is in a table on a different tab, and some is a basic formula.
so for instance
=if(a1="text1",vlookup("text1", table,9,false),if(a1="text2",a3/a4*a5),if(a1="text3",sum(vlookup("text 3",table,9,false),vlookup("textsup",table,9,false)
and it goes on like that. those are the three calculations I have nested for the if statements to return.
is there macro solution, or a more elegant formula to use?
thanks
Dave
I have a nesting if function that is accomplishing a good chunk of computing for me.
So to start, there's 39 labels that I want to check.
Some of the data I want to bring back is in a table on a different tab, and some is a basic formula.
so for instance
=if(a1="text1",vlookup("text1", table,9,false),if(a1="text2",a3/a4*a5),if(a1="text3",sum(vlookup("text 3",table,9,false),vlookup("textsup",table,9,false)
and it goes on like that. those are the three calculations I have nested for the if statements to return.
is there macro solution, or a more elegant formula to use?
thanks
Dave