Hi All,
I have a series of 7 cells that either contain TRUE or FALSE. I would like one cell that contained TRUE if and only if all of the other cells are TRUE. I’m thinking of an XOR type function. Does one exist in excel?
Also, I have another group of cells that contain percentages. I would like another cell that contained the sum of the absolute value of these cells less 100%. Effectively, I would like to tell the total absolute value difference between these cells and 100%. Again, is there an excel function that can supply this?