Is there a type generator that I can place two letters in and get maximum combinations for 6 digit location? For example: let's pick a D and U we would get:
UUUUUU
UUUUUD
UUUUDD
UUUDDD
UUDDDD
UDDDDD
DDDDDD
UDDDDD
UUDDDD
xxxxxxxx
xxxxxxxx
And so on
Is there a type generator that I can place two letters in and get maximum combinations for 6 digit location? For example: let's pick a D and U we would get:
UUUUUU
UUUUUD
UUUUDD
UUUDDD
UUDDDD
UDDDDD
DDDDDD
UDDDDD
UUDDDD
xxxxxxxx
xxxxxxxx
And so on
well that's simply binary 0 to 63 so you can use a a simple if against a binary list
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks