G
Guest
Ok, I have looked high and low, but can't find an answer to this.
Can I sum a range of cells based on there font format?
For example:
Cells A1:A5 have the number 20 entered in them. Different cells at any given time might need to be made bold. I want to be able to sum the totals of the cells in that range that appear in bold.
I tried =sumif(A1:A5,"=bold",A1:A5) but that didn't work at all <G>. (was really hoping for an easy one!) I also tried substituting the "=bold" with "=font.bold" and some other variations of the VB commands but still no joy.
Is it possible?
Thanks in advance for any insight.
Can I sum a range of cells based on there font format?
For example:
Cells A1:A5 have the number 20 entered in them. Different cells at any given time might need to be made bold. I want to be able to sum the totals of the cells in that range that appear in bold.
I tried =sumif(A1:A5,"=bold",A1:A5) but that didn't work at all <G>. (was really hoping for an easy one!) I also tried substituting the "=bold" with "=font.bold" and some other variations of the VB commands but still no joy.
Is it possible?
Thanks in advance for any insight.