Forum Discussion

xlarge2's avatar
xlarge2
Copper Contributor
Nov 11, 2022
Solved

IF statement

Should be a simple formula, but I'm getting errors. I have a spreadsheet with numerical values that depend on each other. Example of a problematic formula: =IF(D4>G3,(D4-G3)*90%,0) does not work. E.g...
  • OliverScheurich's avatar
    OliverScheurich
    Nov 11, 2022

    xlarge2 

    =HVIS(D4>G3;(D4-G3)*90%;0)

    This is the formula for Norwegian Excel.

    =WENN(D4>G3;(D4-G3)*90%;0)

    This is for german Excel. I didn't know which version you work with therefore i translated the formula into english.