Click here to Skip to main content
15,891,136 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: excel formula anyone Pin
kwkonrad6-Jul-11 4:15
kwkonrad6-Jul-11 4:15 
AnswerRe: excel formula anyone Pin
phil.o6-Jul-11 4:45
professionalphil.o6-Jul-11 4:45 
GeneralRe: excel formula anyone Pin
0bx6-Jul-11 8:51
0bx6-Jul-11 8:51 
GeneralRe: excel formula anyone Pin
Klaus-Werner Konrad6-Jul-11 10:46
Klaus-Werner Konrad6-Jul-11 10:46 
GeneralRe: excel formula anyone Pin
phil.o6-Jul-11 22:58
professionalphil.o6-Jul-11 22:58 
GeneralRe: excel formula anyone Pin
myramla14-Jul-11 21:24
myramla14-Jul-11 21:24 
GeneralRe: excel formula anyone Pin
BobJanova14-Jul-11 22:25
BobJanova14-Jul-11 22:25 
GeneralRe: excel formula anyone Pin
phil.o15-Jul-11 2:13
professionalphil.o15-Jul-11 2:13 
(1 - (K11 - L11)/K11) * 100
= (1 - ((K11/K11) - (L11/K11))) * 100
= (1 - (1 - (L11 / K11))) * 100
= (1 - 1 + (L11 / K11)) * 100
= (L11 / K11) * 100

Did you got it ?
AnswerRe: excel formula anyone Pin
StevenFoust19-Jul-11 5:28
StevenFoust19-Jul-11 5:28 
GeneralSpotted on The Daily WPF... Pin
Lutosław4-Jul-11 12:37
Lutosław4-Jul-11 12:37 
GeneralRe: Spotted on The Daily WPF... Pin
GenJerDan5-Jul-11 8:01
GenJerDan5-Jul-11 8:01 
GeneralSpotted on The Daily WTF... Pin
AspDotNetDev5-Jul-11 8:13
protectorAspDotNetDev5-Jul-11 8:13 
GeneralRe: Spotted on The Daily WTF... [modified] Pin
Lutosław5-Jul-11 10:32
Lutosław5-Jul-11 10:32 
GeneralRe: Spotted on The Daily WTF... Pin
AspDotNetDev5-Jul-11 10:53
protectorAspDotNetDev5-Jul-11 10:53 
GeneralRe: Spotted on The Daily WTF... Pin
Lutosław5-Jul-11 11:26
Lutosław5-Jul-11 11:26 
GeneralRe: Spotted on The Daily WTF... Pin
AspDotNetDev5-Jul-11 11:39
protectorAspDotNetDev5-Jul-11 11:39 
GeneralRe: Spotted on The Daily WTF... Pin
Lutosław5-Jul-11 11:47
Lutosław5-Jul-11 11:47 
GeneralRe: Spotted on The Daily WTF... Pin
AspDotNetDev5-Jul-11 11:49
protectorAspDotNetDev5-Jul-11 11:49 
GeneralRe: Spotted on The Daily WTF... Pin
BobJanova5-Jul-11 23:43
BobJanova5-Jul-11 23:43 
GeneralRe: Spotted on The Daily WTF... Pin
#realJSOP7-Jul-11 2:16
mve#realJSOP7-Jul-11 2:16 
GeneralRe: Spotted on The Daily WTF... Pin
Lutosław7-Jul-11 7:51
Lutosław7-Jul-11 7:51 
GeneralRe: Spotted on The Daily WTF... Pin
BobJanova7-Jul-11 22:45
BobJanova7-Jul-11 22:45 
GeneralTry again... Pin
0bx1-Jul-11 3:54
0bx1-Jul-11 3:54 
GeneralRe: Try again... [modified] Pin
Lutosław4-Jul-11 2:50
Lutosław4-Jul-11 2:50 
GeneralRe: Try again... Pin
0bx4-Jul-11 11:42
0bx4-Jul-11 11:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.