I’m trying to create a report on excel that produces a red light, yellow light, or green light (all pictures) based on if an inputted number is lower, equal to, or higher than a dynamic number (which steadily increases week after week).So far, I have been able to produce this with a static number, by associating the green light with all numbers below the static number, the yellow light with the same number, and the red light with numbers above the static number. I literally typed out the list of numbers and pasted the 3 pictures repeatedly with their corresponding numbers.I’m finding it difficult to explain over text. Please let me know if you need more information.I’d like to stick with formulas if possible. Since I’ve gotten to the point where everything works with a static number, I imagine it is just a little more formula work to using a dynamic #.
The formula posted below is what I used for the static number. I replaced the ranges and cell selection with a description.
=INDEX(range with traffic light pictures,MATCH(cell with number that is either higher, lower, or equal to static number,range with numbers corresponding with the traffic light pictures ,0))
The formula posted below is what I used for the static number. I replaced the ranges and cell selection with a description.
=INDEX(range with traffic light pictures,MATCH(cell with number that is either higher, lower, or equal to static number,range with numbers corresponding with the traffic light pictures ,0))