Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mon, 11 Jul 2005 13:38:20 -0400, Bruce Bowler put fingers to keyboard
and said: On Mon, 11 Jul 2005 18:24:18 +0100, Nigel put fingers to keyboard and said: One qualifier to help with the logic, when you say closest do you mean less than or more than? eg ALL has 11.50 and 12.10 SOME value = 12.00 which in ALL is closest? Minimize the absolute value of the difference (so in your example, 12.1 is closest). In the event that ALL has 11.9 and 12.1 and some is 12.0, either one is acceptable a couple of other tidbits that might simplify things... the first ALL will ALWAYS be less than the first SOME the last ALL will ALWAYS be greater than the last SOME there will NEVER be adjacent SOMEs in the ALL -- +-------------------+---------------------------------------------------+ Bruce Bowler | In theory, there is no difference between theory 1.207.633.9600 | and practice. In practice, there is. - Anon | +-------------------+---------------------------------------------------+ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Where is "open/tools/find/find files that match these criteria"? | Excel Discussion (Misc queries) | |||
match true exact "dd" vs. find next 5th character=y | Excel Discussion (Misc queries) | |||
How to replace "#N/A" w "0"when vlookup couldn't find the match? | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Compare value to array of values, "best fit" (closest without going over, e.g. price is right) | Excel Programming |