|
| Re: Actualizar Tabla de frecuencias automaticamente |
 |
Sat, 2 Feb 2008 11:06:29 +0100 |
"Simon PNTIC" <nosedice@correo.es> escribió en el mensaje
news:...
A B C D E
1 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
2 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
3 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
4 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
5
6 @contarsi(A1..A5;"+") @contarsi(B1..B5;"+")
@contarsi(C1..C5;"+") @contarsi(D1..D5;"+")
@contarsi(E1..E5;"+")
7
8
9 Tabla de frecuencias Ejemplo de una ejecución
10 0 1
11 1 1
12 2 2
13 3 1
14 4 0
15 0
¿Cómo lograr que se actualice la tabla de frecuencias automáticamente
cada vez que cambian los resultados?
Cada vez que se ejecuta <CTRL + V> los resultados '+' o '-' se
actualizan,
pero no la tabla de frecuencias
Saludos cordiales
de Simón |
| Post Reply
|
| Re: Actualizar Tabla de frecuencias automaticamente |
 |
Sat, 02 Feb 2008 12:31:36 -070 |
Lo siento, señor - solamente en inglés. If you could repeat your
question in English, it would help us understand better. My Spanish is
only VERY basic, but I'll try to make sense of this.
It looks like you have the function
@IF(@RAND*4<2,"+","-") in
A1..E4, and in row 6 a count of +'s occurring in each column, using
@COUNTIF. Below that you have a frequency table for the occurrence
of +'s in each column.
I think you're saying that your frequency table does not
automatically update itself whenever the values change, and that
each time you press Ctrl-V the +'s and -'s update themselves, but
not the frequency table.
If I enter @FREQDIST(A6..E6,A11..A15) in B10, the frequency table
updates without a problem each time I press F9. I use QP8, perhaps this
is only a glitch in QP12?
Saludos cordiales,
de Uli
Simon PNTIC wrote:
>
>
> "Simon PNTIC" <nosedice@correo.es
<mailto:nosedice@correo.es>>
> escribió en el mensaje news:...
>
>
> A
>
> B
>
> C
>
> D
>
> E
> 1 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
> @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
> @si(@aleat*4<2;"+";"-")
> 2 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
> @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
> @si(@aleat*4<2;"+";"-")
> 3 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
> @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
> @si(@aleat*4<2;"+";"-")
> 4 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
> @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
> @si(@aleat*4<2;"+";"-")
> 5
>
>
>
>
> 6 @contarsi(A1..A5;"+") @contarsi(B1..B5;"+")
> @contarsi(C1..C5;"+") @contarsi(D1..D5;"+")
> @contarsi(E1..E5;"+")
> 7
>
>
>
>
> 8
>
>
>
>
> 9 Tabla de frecuencias Ejemplo de una ejecución
>
>
> 10
> 0
>
> 1
>
>
>
> 11
> 1
>
> 1
>
>
>
> 12
> 2
>
> 2
>
>
>
> 13
> 3
>
> 1
>
>
>
> 14
> 4
>
> 0
>
>
>
> 15
>
> 0
>
>
>
>
> ¿Cómo lograr que se actualice la tabla de frecuencias automáticamente
> cada vez que cambian los resultados?
>
> Cada vez que se ejecuta <CTRL + V> los resultados '+' o '-' se
> actualizan,
> pero no la tabla de frecuencias
>
> Saludos cordiales
> de Simón
>
|
| Post Reply
|
| Re: Actualizar Tabla de frecuencias automaticamente |
 |
Sat, 2 Feb 2008 22:38:54 +0100 |
Thank you for his effort.
Thanks for your attention.
I think his indications are sufficient.
Work with their indications.
There is no problem QP12
The problem is that I was unaware of the function 'freqdist'.
I QP8 and QP12, and at work I have QP9 version.
Sincerely,
Simon
PS: Translated with Google
"Uli" <nojunkmail@spamless.com> escribió en el mensaje
news:47a4c4db_3@cnews...
Lo siento, señor - solamente en inglés. If you could repeat your question in
English, it would help us understand better. My Spanish is only VERY basic, but
I'll try to make sense of this.
It looks like you have the function
@IF(@RAND*4<2,"+","-") in A1..E4, and in row 6 a count
of +'s occurring in each column, using @COUNTIF. Below that you have a
frequency table for the occurrence of +'s in each column.
I think you're saying that your frequency table does not automatically
update itself whenever the values change, and that each time you press Ctrl-V
the +'s and -'s update themselves, but not the frequency table.
If I enter @FREQDIST(A6..E6,A11..A15) in B10, the frequency table updates
without a problem each time I press F9. I use QP8, perhaps this is only a
glitch in QP12?
Saludos cordiales,
de Uli
Simon PNTIC wrote:
"Simon PNTIC" <nosedice@correo.es> escribió en el mensaje
news:...
A B C D E
1 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
2 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
3 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
4 @si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
@si(@aleat*4<2;"+";"-")
5
6 @contarsi(A1..A5;"+")
@contarsi(B1..B5;"+") @contarsi(C1..C5;"+")
@contarsi(D1..D5;"+") @contarsi(E1..E5;"+")
7
8
9 Tabla de frecuencias Ejemplo de una ejecución
10 0 1
11 1 1
12 2 2
13 3 1
14 4 0
15
0
¿Cómo lograr que se actualice la tabla de frecuencias automáticamente
cada vez que cambian los resultados?
Cada vez que se ejecuta <CTRL + V> los resultados '+' o '-' se
actualizan,
pero no la tabla de frecuencias
Saludos cordiales
de Simón
|
| Post Reply
|
|
|
|
|
|
|
|
|
|