Koyaanisqatsi
New Member
- Joined
- Dec 24, 2024
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi there,
There are a lot of very clever data validation techniques, however, I missed the following one:
dynamic arrays (by spilling, of course). For instance, A could be a matrix of constants, B might be a matrix of random numbers, and C will be
used to "clear" the matrix, and start entering numbers (or other data) in the home cell and all other cells ("keyboard" mode).
What's strange: the source should start with "," (a comma), but it doesn't have any influence on the list of valid entries. Can anyone explain,
why there should be this comma?
There are a lot of very clever data validation techniques, however, I missed the following one:
- Problem statement: you want to restrict user input to a small number of different dynamic arrays, or not at all (i.e., free input by keyboard).
- The dynamic arrays will be defined as named (lambda) functions, let's say: A, B, C, (entered in cells as =A, =B, and =C).
- Choose an arbitrary home cell for the dynamic array, let's say home = $F$2, and select it.
- Assign the "data validation by list" technique to the home cell. Disable "error message".
- Define the source as follows (without the double quotes): " , =A, =B, =C" and save it.
dynamic arrays (by spilling, of course). For instance, A could be a matrix of constants, B might be a matrix of random numbers, and C will be
used to "clear" the matrix, and start entering numbers (or other data) in the home cell and all other cells ("keyboard" mode).
What's strange: the source should start with "," (a comma), but it doesn't have any influence on the list of valid entries. Can anyone explain,
why there should be this comma?