Super users,
I am new to vba and I can't really decipher what I've found online. Basically what I want to do is select a range (or entire sheet) and run a macro that will format each cell individually based on cell contents.
So basically if a cell contains an "X" then format as blue font, if it contains a "Y" then format as green font, etc. for about 5 variables.
My current if statements just format all of the cells in the range exactly the same.
Thank you in advance!
I am new to vba and I can't really decipher what I've found online. Basically what I want to do is select a range (or entire sheet) and run a macro that will format each cell individually based on cell contents.
So basically if a cell contains an "X" then format as blue font, if it contains a "Y" then format as green font, etc. for about 5 variables.
My current if statements just format all of the cells in the range exactly the same.
Thank you in advance!