=IF(F46=0,I45-C46,I45-F46)
This works. But now I want to include the following as well: Let's say F46 is text – I want the cell value to be I45 (the previous cell value) but if it's not text I want it to be I45-F46.
This works. But now I want to include the following as well: Let's say |
||||
|
|
|
in cases like these, use IS functions:
|
|||
|
|
|
You could also try this formula
If the cell contains a text value it returns zero; so, if |
|||||
|