choose.

  • Thread starter Thread starter pierre
  • Start date Start date
P

pierre

i would like to combine the followings in ONE single (choose) formula :

=CHOOSE(MATCH(E44,"X",0),5)
=CHOOSE(MATCH(E45,{"X","Y"},0),6,7)
=CHOOSE(MATCH(E46,{"z"},0),8)

i dont want to use IF because its limited to 7 statements.
 
You've posted this same question a few times now.

I'm guessing that since you haven't gotten an acceptable response that most
people don't know what you want to do when you combine the formula.

You're looking at e44, e45 and e46. What do you want the combined choice to be
based on?

If you feel that you're limited by only 7 levels of nesting, maybe you'd be
better off using a table (on a different sheet) and a =vlookup() formula.
 
You seem to be "obsessed" with CHOOSE.

Why don't you explain to us what you're trying to do?

Neither of these make any sense:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

?? 3
please helpp. 4
VBA Formula Help 6
Excel Wildcard in Excel array formula 0
choose+match 4
transpose rows to column (cell) 3
Multiple Worksheets and Cell References - Data Output 1
Multiple-column Drop-down 2

Back
Top