I'm having a difficult time coming up with what is probably a simple formula for replacing text based on multiple criteria.
In a perfect world, the formula would read something like this:
if A1 does not equal "HD" or "NA", then replace A1 with "SD".
In a less than perfect world, it would look like this:
if A1 does not equal "HD" or "NA", then put "SD" in B1.
(Note that both "not equal to" criteria must be met.)
I know how to accomplish bits and pieces of this task but I don't know how to put it all together to make it work. Any help would be appreciated.
Thanks!
PS: Is it possible to replace a cell's value based on the cell or font color? I was able to create a conditional statement that highlighted all the cells that don't equal "HD" or "NA". I know I can sort by the color and type in "SD" and use fill down or fill across or whatever to change them all, but I'd really like to learn the correct way to do this.
Bookmarks