Hi! I Am trying to analyze some data. If a certain number is either 30%, 50% or 100% (exact match) then i'd chose it. (I already did this test). If instead is not exact, I would like to compare the numbers and chose the closest to either of those %. I would create several columns with complex formulas, but I'm thinking there's an easier way I haven't thought off. Data is Layed out like this.
COL1 COL2 COL3 COL4
43,09% 42,78% 48,22% 47,87%
Also, I would like to return not the closest % but the Column Heading..in that example I would like it to return COL3, as 48,22% is closest to 50%. (It is not very likely that a value is 75%; equidistant to 50% and 100%.)
Any help is very appreciated. Please ask if I wasn't clear enough...I'll try to do better with my English next time !
COL1 COL2 COL3 COL4
43,09% 42,78% 48,22% 47,87%
Also, I would like to return not the closest % but the Column Heading..in that example I would like it to return COL3, as 48,22% is closest to 50%. (It is not very likely that a value is 75%; equidistant to 50% and 100%.)
Any help is very appreciated. Please ask if I wasn't clear enough...I'll try to do better with my English next time !