Calientegail2
New Member
- Joined
- Sep 30, 2017
- Messages
- 5
Hello! I've built a spreadsheet that needs some tweaking and I need help. Here is what I have:
Cell 1-3 are just identifying data.
Cell 4 Cell 5 Cell 6 Cell 7
$1250. $1300. $1200. ?
The formula is needed for Cell 7. Currently, the formula generates the difference between Cell 4 and Cell 5. I need it to show the difference between Cell 4 and Cell 5 OR Cell 6, depending on which one is greater.
Example: Currently cell 5 is higher, so Cell 7 should be showing $50. But if I increase Cell 6 to $1400, I need the formula to recognize that and generate $150 in Cell 7.
The current formula in Cell 7 is:
=IF(Cell 1=" ", " ", Cell 5-Cell 4)
I'd really appreciate any help!
Cell 1-3 are just identifying data.
Cell 4 Cell 5 Cell 6 Cell 7
$1250. $1300. $1200. ?
The formula is needed for Cell 7. Currently, the formula generates the difference between Cell 4 and Cell 5. I need it to show the difference between Cell 4 and Cell 5 OR Cell 6, depending on which one is greater.
Example: Currently cell 5 is higher, so Cell 7 should be showing $50. But if I increase Cell 6 to $1400, I need the formula to recognize that and generate $150 in Cell 7.
The current formula in Cell 7 is:
=IF(Cell 1=" ", " ", Cell 5-Cell 4)
I'd really appreciate any help!