Two related cells: give a value in one, calculate the other, and vice versa?
- by Virtlink
How can I have a cell that uses the literal value written into it, or calculates its value when no literal value was given?
For example:
I have two columns: column B with a price including VAT, and column C with a price without VAT.
If I put a price with VAT in B2, then I want cell C2 to calculate the price without VAT based on B2.
But if I put a price without VAT in C2, then I want cell B2 to calculate the price with VAT from C2.
I want to give this spreadsheet to my mother, who barely understands Excel. She just has to enter the values that she knows, and the worksheet should derive the other values from that.