C
cincinnatikid123
Hello,
I have a list of numbers spanning down in a column that continuously
increases. I would like to have the next column over trigger with a "False"
or something of the like whenever the list has hit or first exceeds a certain
multiple. For example, if the "Trigger" is every multiple of 200, this is
what I envision the list looking like:
150 True
160 True
170 True
195 True
205 False (First to exceed 200, first multiple of 200)
230 True
290 True
340 True
450 False (First to exceed 400, second multiple of 200)
580 True
610 False (First to exceed 600, third multiple of 200)
If anyone can help me out with a formula or macro I would really appreciate
it, thanks!!!
I have a list of numbers spanning down in a column that continuously
increases. I would like to have the next column over trigger with a "False"
or something of the like whenever the list has hit or first exceeds a certain
multiple. For example, if the "Trigger" is every multiple of 200, this is
what I envision the list looking like:
150 True
160 True
170 True
195 True
205 False (First to exceed 200, first multiple of 200)
230 True
290 True
340 True
450 False (First to exceed 400, second multiple of 200)
580 True
610 False (First to exceed 600, third multiple of 200)
If anyone can help me out with a formula or macro I would really appreciate
it, thanks!!!