Hi, I've been trying to find a way to use conditional formatting for a the header if the column for that table contains non-numeric characters as I come across this happening when receiving exported data.
I have tried using ISTEXT and ISNUMBER together with an IF statement but haven't gotten it to work - and I read that those can't be used in an array so that might be why, so I thought I'd check if anyone has a clever way to do this:
In my table column C should contain numbers only (in C2:Cxxx), I would like the header (C1) to change apparence if a non-numeric value is present in C2:Cxxx. I have tried to use different ranges and even tried using named ranges at this would be more efficient as the data range changes (C1 = DATA[[#Headers];[NUMBER]] and C2:Cxxx = DATA[NUMBER]).
If conditional formatting is not an option - another option would be to have a text of warning to appear in a cell on the cheat (moving the data down one row and add a formula to check in C1 for example).
Any suggestions would be appreciated!
I have tried using ISTEXT and ISNUMBER together with an IF statement but haven't gotten it to work - and I read that those can't be used in an array so that might be why, so I thought I'd check if anyone has a clever way to do this:
In my table column C should contain numbers only (in C2:Cxxx), I would like the header (C1) to change apparence if a non-numeric value is present in C2:Cxxx. I have tried to use different ranges and even tried using named ranges at this would be more efficient as the data range changes (C1 = DATA[[#Headers];[NUMBER]] and C2:Cxxx = DATA[NUMBER]).
If conditional formatting is not an option - another option would be to have a text of warning to appear in a cell on the cheat (moving the data down one row and add a formula to check in C1 for example).
Any suggestions would be appreciated!