Forum Discussion
juan jimenez
Nov 28, 2021Iron Contributor
EXCEL SUM.IF....
hi!
I have been trying to make a chat en the attaced excel that is not working.
The problen is in "T1 Bilan" page.
can someone tell me why data coming from page "journal" is not taking into consideration after 2014?
Thanks, Juan
I didn't check entire formula, but in column G you have partly texts partly numbers. It shall be something one, depends on criteria used
I didn't check entire formula, but in column G you have partly texts partly numbers. It shall be something one, depends on criteria used
- juan jimenezIron ContributorSergei, once again you helped a lot. Thank you very much.
I wonder if you could help me again. I am trying to save time with the procedure with have now. I will post in a different conversation so that i can upload docs.juan jimenez , glad it helped
- OliverScheurichGold Contributor
=+F5+SUMIFS(journal!$J:$J,journal!$G:$G,$D5,journal!$F:$F,$B$2,journal!$E:$E,'T1 Bilan'!G$3)-SUMIFS(journal!$K:$K,journal!$G:$G,$D5,journal!$F:$F,$B$2,journal!$E:$E,'T1 Bilan'!G$3)
I guess journal!$E:$E,'T1 Bilan'!G$3 has to be entered instead of journal!E:E,'T1 Bilan'!G3.
- juan jimenezIron Contributor
Thank you, you were right about that missing "$". however, the following years the sum.if formula still does not work...
Any suggestions?
Thank you, Juan
- OliverScheurichGold Contributor
In my spreadsheet the numbers for the following years are calculated by sumifs formula as intended.
However when i opened your spreadsheet there was an error message that a named range was removed because it couldn't be read. Maybe this causes different results in your and my spreadsheet.