![]() |
Bimodal data
Hi
If a set of data has two modes, eg 3,3,3,6,6,6 then the MODE worksheet function will only report the smallest one as being the mode. Is there some sort of work around in VBA which will allow me to report both modes ? TIA Andrew B |
Bimodal data
In VBA,
You can write your own function to find all candidate modes and report them. You might use the frequency function to discover multiple modes. -- Regards, Tom Ogilvy "Andrew B" wrote in message ... Hi If a set of data has two modes, eg 3,3,3,6,6,6 then the MODE worksheet function will only report the smallest one as being the mode. Is there some sort of work around in VBA which will allow me to report both modes ? TIA Andrew B |
All times are GMT +1. The time now is 12:30 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com