Posts

Showing posts from January, 2016

CLEAN EXCEL FORMULA

EXCEL FORMULA Function Dictionary Function Examples Function Categories CLEAN               Dirty Text Clean Text Hello Hello  =CLEAN(C4) He llo Hello  =CLEAN(C5) Hello Hello  =CLEAN(C6) What Does It Do?             This function removes any nonprintable characters from text. These nonprinting characters are often found in data which has been imported from other systems such as database imports from mainframes. Syntax             ...

CHOOSE EXCEL FORMULA

EXCEL FORMULA Function Dictionary Function Examples Function Categories CHOOSE               Index Value Result 1 Alan  =CHOOSE(C4,"Alan","Bob","Carol") 3 Carol  =CHOOSE(C5,"Alan","Bob","Carol") 2 Bob  =CHOOSE(C6,"Alan","Bob","Carol") 3 18%  =CHOOSE(C7,10%,15%,18%) 1 10%  =CHOOSE(C8,10%,15%,18%) 2 15%  =CHOOSE(C9,10%,15%,18%) What Does It Do?               This function picks from a list of opt...

CHAR EXCEL FORMULA

EXCEL FORMULA Function Dictionary Function Examples Function Categories CHAR                                               ANSI Number Character       65 A      =CHAR(G4)       66 B      =CHAR(G5)       169 ©      =CHAR(G6) ...