In microsoft excel, I know how to do a standard if statement with characters and numbers, but I'm having a problem. Is it possible to use an if statement to change background color. Specifically, I have a huge spreadsheet with certain cells that are black. I need to change these cells to have an 'X' in them, so I was hoping there was some kind of if statement like this:
if (background ="black", "x", "")
I just don't know if there's a certain way to write that.