Is it possible with Google Sheets to calculate fields (currency) and ignore all fields that have crossed out text applied to?
Cell formatting cannot be used as a criterion for spreadsheet formulas because there are no formulas (AFAIK) that can capture cell formatting.
It would be much simpler if you had another column in which you marked your values ββwith the cell value changing, for example, yes / no or x.
You can do this in Script Applications . But relying on formatting for calculation in Script applications is difficult. I recommend having a function with a menu function that captures the strikethrough format and generates a yes / no column, so you can use it in regular formulas like SumIf .
SumIf
The answer is here: http://igoogledrive.blogspot.ca/2012/09/user-defined-function-to-sum-all.html
Source: https://habr.com/ru/post/1433545/More articles:Plone: ββTypeError: Unable to sort objects in wrappers - zopewindow resize event fires constantly in ie7 - javascriptInsert a new photo for contact with android - androidTridion: Dreamweaver does not allow HTML code field - templatingPyQt: checkbox in QTableWidget - pythonIf statement in jQuery template - javascriptIs there a way to have only requirements for the StyleCop SA1600 documentation on public methods / properties? - c #Assembly instruction to replace openmp critical area - assemblyIn BoilerplateJS, the browser loads all scripts (in other modules) regardless of the activated module - javascriptLazy loading modules - boilerplatejsAll Articles