Is is posible with Google docs spreadsheet to calculate the fields (currency) and ignor all fields that have had a strikethough applied?
Regards C
|
Is is posible with Google docs spreadsheet to calculate the fields (currency) and ignor all fields that have had a strikethough applied? Regards C |
|||
|
|
|
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 |
|||
|
|
|
|
|||
|
|