Forum Discussion
ChristianMaurer
Aug 05, 2022Copper Contributor
IF formula not correctly displaying
I am currently attempting to troubleshoot an IF formula statement. I am trying to filter out different numbers from 2 separate columns. I would like to keep all values between 1000 and 10000, with a ...
- Aug 05, 2022
My first thought was to check that the 4500 in B2:4500 is entered as a number and not text. This happens to me sometimes when I copy numbers from another source. Should be no leading apostrophe ('), no spaces, etc. Also, highlight all the cells and explicitly define them as a number.
ScottLamond
Aug 05, 2022Brass Contributor
Another issue might involve cells that are merged, since it will assume you want the data from the left-most cell, which might be empty.
ScottLamond
Aug 05, 2022Brass Contributor
Formula logic is where I waste most of my time. I suggest working on some other project for an hour and then coming back to it when your brain has been reconfigured.