G
Guest
I have the following data in a spreadsheet
TL-1 Tons-1 TL-2 Tons-2 TL-3 Tons-
1 15 2 15 3 3
1 15 2 45 3 6
As you can tell, TL-1 and TL-2 are added to produce TL-3, the same with Tons 1 and 2. I want to make it so that for every mulitple of 22 (22, 44, 66, etc.) the sum of Tons-1 and Tons-2 generates that number of additional TL's, while subtracting that multiple from Tons. In other words, I want it to look like this
TL-1 Tons-1 TL-2 Tons-2 TL-3 Tons-
1 15 2 15 4
1 15 2 45 5 1
I hope this makes sense, and that someone has an idea for me to try. Thanks!
TL-1 Tons-1 TL-2 Tons-2 TL-3 Tons-
1 15 2 15 3 3
1 15 2 45 3 6
As you can tell, TL-1 and TL-2 are added to produce TL-3, the same with Tons 1 and 2. I want to make it so that for every mulitple of 22 (22, 44, 66, etc.) the sum of Tons-1 and Tons-2 generates that number of additional TL's, while subtracting that multiple from Tons. In other words, I want it to look like this
TL-1 Tons-1 TL-2 Tons-2 TL-3 Tons-
1 15 2 15 4
1 15 2 45 5 1
I hope this makes sense, and that someone has an idea for me to try. Thanks!