Let's say I have random numbers from 0.00 to 2.50 in columns H and I indicating a range.
For each row, column J is supposed to tell me how much of that is within certain specific ranges of between 0.00 to 0.29, 0.79 to 1.29, and 1.79 to 2.29
For example H1 is 0.25 and I1 is 2.00 then J1 is supposed to show 0.75
How could that be done?
For each row, column J is supposed to tell me how much of that is within certain specific ranges of between 0.00 to 0.29, 0.79 to 1.29, and 1.79 to 2.29
For example H1 is 0.25 and I1 is 2.00 then J1 is supposed to show 0.75
How could that be done?