Share via

Different calculation in same same cell depending on value of another cell

Anonymous
2023-08-04T07:46:56+00:00

Excel - how do I change what calculation is done depending on the value in a cell. I'm putting together a payslip spreadsheet (UK) and need to do a different calculation (in the same cell) if monthly earnings are over a certain amount (tax threshold)

Microsoft 365 and Office | Excel | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-08-04T08:04:15+00:00

    Share some dummy data to test formula. From you description you may use if formula.
    =If(condition is true, calculation 1, else calculation 2)

    Was this answer helpful?

    0 comments No comments