Memphis317
New Member
- Joined
- Aug 3, 2018
- Messages
- 1
As you can see from the formula, I'm attempting to get point values from one time to the next in half-point increments. Not even halfway through the formula, I ran a test and it said there were too many levels of nesting. It will place the point values up to about the 9 point mark, but not afterwards. I need values from 10 to 1 showing half point values depending on the individual's run time. I don't want to create a chart with every second in between points and have it assign the value associated. That seems like it would take up a lot of space. Any suggestions?
=IF(P4>VALUE("01:00"),IF(P4<VALUE("11:46"),10,IF(P4>VALUE("11:45"),IF(P4<VALUE("11:57"),9.5,IF(P4>VALUE("11:56"),IF(P4<V ALUE("12:08"),9,IF(P4>VALUE("12:07"),IF(P4<VALUE("12:19"),8.5,IF(P4>VALUE("12:18"),IF(P4<VALUE("12:30"),8,IF(P4>VALUE("1 2:29"),IF(P4<VALUE("12:41"),7.5,IF(P4>VALUE("12:40"),IF(P4<VALUE("12:52"),7,IF(P4>VALUE("12:51"),IF(P4<VALUE("13:03"),6. 5,))))))))
=IF(P4>VALUE("01:00"),IF(P4<VALUE("11:46"),10,IF(P4>VALUE("11:45"),IF(P4<VALUE("11:57"),9.5,IF(P4>VALUE("11:56"),IF(P4<V ALUE("12:08"),9,IF(P4>VALUE("12:07"),IF(P4<VALUE("12:19"),8.5,IF(P4>VALUE("12:18"),IF(P4<VALUE("12:30"),8,IF(P4>VALUE("1 2:29"),IF(P4<VALUE("12:41"),7.5,IF(P4>VALUE("12:40"),IF(P4<VALUE("12:52"),7,IF(P4>VALUE("12:51"),IF(P4<VALUE("13:03"),6. 5,))))))))
Last edited by a moderator: