Forum Discussion
juan jimenez
Dec 05, 2021Iron Contributor
formulas not working
hi, each time i refresh this query, the formulas in D6:v6 stop working. =SUMAR.SI.CONJUNTO(Hoja1!$K:$K;Hoja1!$G:$G;$O$6;$D:$D;">1";$C:$C;">"&S2;$C:$C;"<"&U2) can someone tell me why?? ...
- Dec 05, 2021
Column D is formatted as Text, so the values are treated as text, not as numbers.
Select column D.
Set the number format to General.
On the Data tab of the ribbon, click Text to Columns, then click Finish.
See the attached version.
HansVogelaar
Dec 05, 2021MVP
Column D is formatted as Text, so the values are treated as text, not as numbers.
Select column D.
Set the number format to General.
On the Data tab of the ribbon, click Text to Columns, then click Finish.
See the attached version.
- juan jimenezDec 05, 2021Iron ContributorThank you
On the Data tab of the ribbon, click Text to Columns, then click Finish.
Why is this needed??- HansVogelaarDec 05, 2021MVP
Just changing the number format to General won't change the values. Text to Columns will convert the text values to numbers.
- juan jimenezDec 06, 2021Iron ContributorThank you very much for helping and teaching!