Apr 21 2024 10:14 AM
Hi, i need help with this... i think had a mistake cause finally result is $0, someone can explain me what is the error? ... I want to collect the data discriminating according to the selection of the month and type column. I used the tools as follows: =SUMAR.SI.CONJUNTO(Registro[MONTO];Registro[MES];$A$2;Registro[TIPO];"ingreso")
description formula
Record[AMOUNT]: blue
Record[MONTH]: red
Register[TYPE] green
thanks for your help and support
Apr 21 2024 11:43 AM
It looks like the MES column contains the abbreviated month name "ene".
Option 1: change this so that it contains the fill month name "enero"
Option 2: change A2 to "ene" instead of "enero".
Option 3: change the formula to
=SUMAR.SI.CONJUNTO(Registro[MONTO];Registro[MES];IZQUIERDA($A$2;3);Registro[TIPO];"ingreso")
Apr 21 2024 01:23 PM
thanks for your help, that was the error @HansVogelaar
Apr 23 2024 06:43 AM
@HansVogelaar Hi hans, i have a new problem.... the tools SUMIF when i used them on the table the datas was appears disorganized and i don´t know why?cause when I used them in the table previos I used the same tools and the same order and no error came out, can you help me?
I used the tool as follows:
=SUMAR.SI.CONJUNTO(registro[PRESUPUESTO];registro[MES];$B$2;registro[CONCEPTO];N14)
Apr 23 2024 07:37 AM
Could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar?
Apr 23 2024 08:44 AM
@HansVogelaar i don´t know how do this
Apr 23 2024 09:00 AM
If you wish, you can attach the workbook to a private message to me (click on my user picture)
Apr 23 2024 12:35 PM
The formula should refer to N16 instead of N14.
You can clear the cells below (O17:O35) and refer to N16#:
=SUMAR.SI.CONJUNTO(registro[PRESUPUESTO];registro[MES];$B$2;registro[CONCEPTO];N16#)
Apr 25 2024 02:50 PM
Apr 25 2024 03:09 PM
Can you explain what is wrong with the attached workbook?