Hi All,
I know that there will be multiple threads about IF statement issues but i thinks mines quite specified
You will see from below the statement checks for data in the cells and if empty moves onto the next.
=IF(O4961<>"",M4961=H4961,IF(I4961="",IF(J4961="",IF(K4961="",L4961=H4961,K4961=H4961),J4961=H4961),I4961=H4961))
However i have an issue were data is showing up in J as well as K which is throwing out the if statement.
Basically if the above J and K issue happen I want it to look in R and if it contains ROI I want it to ignore J.
I Just dont know were to put it in the statement. The data is coming from SQL by the way
I know that there will be multiple threads about IF statement issues but i thinks mines quite specified
You will see from below the statement checks for data in the cells and if empty moves onto the next.
=IF(O4961<>"",M4961=H4961,IF(I4961="",IF(J4961="",IF(K4961="",L4961=H4961,K4961=H4961),J4961=H4961),I4961=H4961))
However i have an issue were data is showing up in J as well as K which is throwing out the if statement.
Basically if the above J and K issue happen I want it to look in R and if it contains ROI I want it to ignore J.
I Just dont know were to put it in the statement. The data is coming from SQL by the way
Last edited: