Formulas
Please I would like to know how to complete my database: I have a table with number of queries another with value of the query wanted to know how to do to have the calculation table: Number of queries x Value of the query. I've tried in several ways and I can not
11 replies
-
Adding a Formula field :
-
Bom dia
Estou com duvidas: Como faço o calculo
IMC=Peso/altura²
Atenciosamente
Dr Lucidio
-
Algo assim?
IMC := Peso/sqr(altura)
Saudações
Steven -
Nao consigo fazer essa equação.
Seria como
Peso/altura x altura
-
Por favor nao consigo encontrar a funçao sqr
Mas acho que tenho de trabalhar com potencia
Peso/altura²
-
This is working:
Weight / (Height / 100 * Height / 100)
-
Ola Nick,
Fiz direito mas tambem nao trabalha. Inclusive dá erro na formula.
Peso/(Altura/100*Altura/100)
Invalid operator. string / number at line 1, column 17
Lucidio
-
@Lucidio,
working fine here...
...column 17 is your multiplication character (*). Maybe something with your keyboard?
In general:
Weight Field in Meters -> Metric BMI Formula = 39 / (1.42 × 1.42) =19.34
Weight Field in Centimeters -> Metric BMI Formula = 39 / (142 / 100 × 142 / 100) =19.34
-
-
Pois é amigo
Continua com erro
Peso/(Altura/100*Altura/100)
Mesmo erro 17
-
Obrigado amigos
Deu certo
Meu erro foi peso e altura estavam como texto e nao numero. Agora deu certo.
Lucidio
Content aside
- 4 yrs agoLast active
- 11Replies
- 1847Views