Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is is posible with Google docs spreadsheet to calculate the fields (currency) and ignor all fields that have had a strikethough applied?

Regards C

share|improve this question

2 Answers

Cell formatting can not be used as a criteria on spreadsheet formulas as there's no formulas (AFAIK) that can grab a cell formatting.

It would be much easier if you'd have another column where you marked your values with a cell value change, like 'yes/no' or an 'x'.

I'm not sure, but it may be possible to get the "strikethrough" formatting of a cell using Google Apps Script. If so, you could probably write an Apps Script custom function to generate this 'yes/no' column so you can use in regular formulas like SumIf.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.