October 7, 2021
Hi,
In the attached file you can see that my FILTER formula in column H doesn't find anything because the values in "AllYears" sheet column B is not the same as the values in "2023" column E.
If I copy the value from "2023" to "AllYears", like I did in row 2, it will work OK, but I want to know what is the format issue here.
I tried to set both values to Number and Text, but it didn't make any difference.
Regards,
Ayal Telem.
Trusted Members
Moderators
November 1, 2018
The values in Table2023 are text, not numbers. You could amend your formula to use Table2023[Plot]+0=[@Plot] as the criterion. The +0 will coerce the text numbers to real numbers. Note: you will need to amend the value that you copied into your AllYears table back to a real number.
Moderators
January 31, 2022
October 7, 2021
Thank you very much Velouria & Riny.
I knew it has to do with different formating between the cells, but couldn't, and still doesn't understand where the difference comes from, and how can I fix it in the cell's level rather than the Formula level.
When I do the Ctrl+1 (Format Cell) I see that both are formated the same, so where else the cell's properties is written and determined?
Regards,
Ayal Telem.
Moderators
January 31, 2022
Moderators
January 31, 2022
Trusted Members
Moderators
November 1, 2018
1 Guest(s)