Hi guys what formula could I use to get a value from another cell then minus the value for say 36
so for example if a cell has 700 i would then like to display in another cell (700 -36) 664
Hi guys what formula could I use to get a value from another cell then minus the value for say 36
so for example if a cell has 700 i would then like to display in another cell (700 -36) 664
Hi,
If 700 is in cell A1, your formula would be =A1-36
Type that in the cell where you want the result
Rule 1: Never merge cells
Rule 2: See rule 1
"Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".
Is there a way to only show the result if another cell equals 1
Thanks
yep. If you're looking for 1 in B1, i would become
=IF(B1=1,A1-36,"")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks