Hi,
I need your help related with an multiple criteria IF.
I'm trying to create an IF statement with multiple criteria, based on values from different columns.
Will try to be clear enough, as far as my english allows.
I need to have column (C) saying if it's "true" based on other columns criteria.
1 - Compare the column K with L. K has a number/text value. If exists in in both columns then "true" will be displayed in column C;
2 - Compare the column K with M. K has a number/text value. If exists in in both columns then "true" will be displayed in column C;
3 - Column B. Text only. If any part of the text has "col" or "PB" on any row of column B, then "true" will be displayed in column C;
4 - Column S. Has negative and positive numbers. If any value is >100 or < -100, then "true" will be displayed in column C;
5 - Column AG. Numbers only. If any value is >10 or < -10, then "true" will be displayed in column C;
6 - After this steps I need to sort the column C by "true";
7 - Color the "true" cells in yellow.
I believe this a simple IF statement, but I don't enough knowledge to write the code line.
Will this information helps?
I would be very appreciated if someone can help me on this.
Kindest regards,
Alex
I need your help related with an multiple criteria IF.
I'm trying to create an IF statement with multiple criteria, based on values from different columns.
Will try to be clear enough, as far as my english allows.
I need to have column (C) saying if it's "true" based on other columns criteria.
1 - Compare the column K with L. K has a number/text value. If exists in in both columns then "true" will be displayed in column C;
2 - Compare the column K with M. K has a number/text value. If exists in in both columns then "true" will be displayed in column C;
3 - Column B. Text only. If any part of the text has "col" or "PB" on any row of column B, then "true" will be displayed in column C;
4 - Column S. Has negative and positive numbers. If any value is >100 or < -100, then "true" will be displayed in column C;
5 - Column AG. Numbers only. If any value is >10 or < -10, then "true" will be displayed in column C;
6 - After this steps I need to sort the column C by "true";
7 - Color the "true" cells in yellow.
I believe this a simple IF statement, but I don't enough knowledge to write the code line.
Will this information helps?
I would be very appreciated if someone can help me on this.
Kindest regards,
Alex