I am trying to highlight cells which are between two numbers but not between two other numbers in order to highlight data values used to create a histogram using standard deviation. I understand that I would use conditional formatting but I'm not sure how to set up the equations. Here is briefly what I am trying to achieve and my data:
mean + 1 sd: .7685
mean - 1 sd: .7313
mean + 2 sd: .7871
mean - 2 sd: .7126
mean + 3 sd: .8058
mean - 3 sd: .6940
- highlight red if it is not between .6940 and .7685 I have this formula as '=OR(B5<.6940,B5>.7685)'
- highlight light blue if it is between .7313 and .7685
- highlight medium blue if it is between .7126 and .7871 but not between .7313 and .7685 (or another way to look at it would be to highlight light blue it was between .7126 and .731 or between .7685 and .7871)
- highlight dark blue if it is between .6940 and .7685 but not between .7126 and .7871.
I am an engineering teacher and my students will be using the data to find 27 hardwood cubes which will be glued into 6 pieces to make a 3d puzzle cube. This will incorporate statistics and quality control
mean + 1 sd: .7685
mean - 1 sd: .7313
mean + 2 sd: .7871
mean - 2 sd: .7126
mean + 3 sd: .8058
mean - 3 sd: .6940
- highlight red if it is not between .6940 and .7685 I have this formula as '=OR(B5<.6940,B5>.7685)'
- highlight light blue if it is between .7313 and .7685
- highlight medium blue if it is between .7126 and .7871 but not between .7313 and .7685 (or another way to look at it would be to highlight light blue it was between .7126 and .731 or between .7685 and .7871)
- highlight dark blue if it is between .6940 and .7685 but not between .7126 and .7871.
I am an engineering teacher and my students will be using the data to find 27 hardwood cubes which will be glued into 6 pieces to make a 3d puzzle cube. This will incorporate statistics and quality control