Excel help with formula
If i enter 7,8, or 9 in a cell, i want the cell below to be a 10. Likewise if i enter a 10, i want the cell below to default to 9.
How would i go about doing that?
Yes, it's a boxing scoring spreadsheet
How would i go about doing that?
Yes, it's a boxing scoring spreadsheet
basic example, assuming the first score is in cell a1 for simplicity
in cell b1 you would enter something like =if(a1=10,value if true, value if false)
so it would look like =if(A1=10,9,10)
For your requirements something like =if(A1<10,10,9) which has more scope than the first example should cover your needs
Copy the formula down from cell b1
in cell b1 you would enter something like =if(a1=10,value if true, value if false)
so it would look like =if(A1=10,9,10)
For your requirements something like =if(A1<10,10,9) which has more scope than the first example should cover your needs
Copy the formula down from cell b1
Last edited by jaytc2003; May 10, 2012 at 07:36 PM.
Thread
Thread Starter
Forum
Replies
Last Post
Mattybr5@MB Developments
Full Cars Breaking For Spares
28
Dec 28, 2015 11:07 PM
Mattybr5@MB Developments
Full Cars Breaking For Spares
12
Nov 18, 2015 07:03 AM



