Hello,
In my score sheets, I was thinking to come up with a way to flag certain cells that I can visually associate with certain characteristics. For example if a student was sick and got a low score, I want that cell to be flagged. And I need my formulas to be able to recognize these flags. That way, I can for example write a conditional formula that performs the default calculation if the cell is not flagged, but a special calculation or perhaps omission if the cell is flagged:
B1=IF([A1 is flagged],[special calculation],[default calculation])
My understanding is that formatting is not recognized by Excel formulas, so I don't think I can use bold font or strikethrough or underline etc. as ways to flag cells.
Any advice would be highly appreciated! Hopefully without the need for VBA
Thanks a lot!
In my score sheets, I was thinking to come up with a way to flag certain cells that I can visually associate with certain characteristics. For example if a student was sick and got a low score, I want that cell to be flagged. And I need my formulas to be able to recognize these flags. That way, I can for example write a conditional formula that performs the default calculation if the cell is not flagged, but a special calculation or perhaps omission if the cell is flagged:
B1=IF([A1 is flagged],[special calculation],[default calculation])
My understanding is that formatting is not recognized by Excel formulas, so I don't think I can use bold font or strikethrough or underline etc. as ways to flag cells.
Any advice would be highly appreciated! Hopefully without the need for VBA
Thanks a lot!