Sep 05, 2019 09:41 AM
Hi everyone, I need to look at a field called Month in my table, which is being populated with the names of the month based on date. So, that field will have, “January”, “February”, “March”, etc. all the way to “December”.
I’m trying to create a formula that automates the business quarter each month belongs to, so if the Month is January, February, or March, it prints “Q1” in the Quarter field. I’ve gotten this far: IF(OR(Month = “January”, Month = “February”, Month=“March”), “Q1”), so that it works for these three months, but don’t understand the syntax required to nest the next IF statement so that it will assign “April”, “May”, or “June” with “Q2”, and so on.
Anyone know how to do this?
Thanks very much.
RR
Nov 27, 2020 12:34 PM
Para la pregunta de impuestos, sí, una casilla de verificación podría ayudarlo, algo como esto:
Entonces, si la casilla de verificación está marcada, se agrega el impuesto, pero si no está marcada, solo se transfiere el subtotal.
¿Entendí tu pregunta correctamente?
Dec 01, 2020 10:24 AM
Correcto!!! Muchas gracias de nuevo Jonathan, me funcionó perfecto. Quería pedirte tu ayuda en esta ocasión ya que quiero complementar la formula que me enviaste para este caso. Agregué otro campo que es “Impuestos P.M” como checkbox, quiero que si ese campo esta activado solamente me sume el campo “IVA”, si no está activado me muestre el subtotal. ¿cómo podría complementar eso en mi formula? Espero haber sido clara y nuevamente gracias por toda tu valiosa ayuda!