0% found this document useful (0 votes)
36 views

References Dates Formatting - Capitalization

The document discusses various Excel formulas for combining and extracting data from cells, formatting data, conditional logic, and dates. Formulas covered include CONCATENATE, LEFT, RIGHT, MID, TRIM, ABS, ROUND, IF, CHOOSE, TODAY, DAY, MONTH, and YEAR.

Uploaded by

Sayed Asif
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

References Dates Formatting - Capitalization

The document discusses various Excel formulas for combining and extracting data from cells, formatting data, conditional logic, and dates. Formulas covered include CONCATENATE, LEFT, RIGHT, MID, TRIM, ABS, ROUND, IF, CHOOSE, TODAY, DAY, MONTH, and YEAR.

Uploaded by

Sayed Asif
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 7

COLUMNS USED FOR RESULT FORMULA HIJ RESULTREFERENCESFile Path:=CELL ( "filename" )'file:///opt/scribd/conversion/tmp/scratch2610/39523432.

xls'#$E all caps ALL CAPSLower Case:=LOWER ( H28 ) LOWER CASE lower caseCapitalize First Letter of Each Word:=PROPER ( H30 ) typical capitalization Typical CapitalizationCOMBINING / EXTRACTING DATA IN CELLSConcatenate:=CONCATENATE ( H35, I35, J35 ) OneTwoThree OneTwoThreeConcatenate + Additional Data:=CONCATENATE ( H35, " + ", I35, " = ", J35 ) OneTwoThree One + Two = ThreeExtract Left Portion of Data:=LEFT ( H39, 4) CutsLeftFourCharacters CutsExtract Right Portion of Data:=RIGHT ( H41, 10) CutsRightTenCharacters CharactersExtract Middle Portion of Data:=MID ( H43, 8, 6 ) CutsOutMiddleSection MiddleCuts Out Additional Spacing:=TRIM ( H45 ) Cuts Out Extra Spaces Cuts Out Extra SpacesDATA FORMATAbsolute Value:=ABS ( H50 ) -125.13 125.13Round Data:=ROUND ( H52, 0 ) -125.13 -125=ROUND ( H52, -2 ) 549.13 500=ROUND ( H52, 1 ) 125.13 -125.1Replacing Errors:=IF ( ISERROR (H56 / I56 ), "-" , H56 / I56 ) 50 -CONDITIONAL FORMULASIf / Then:=IF ( H61=1, "ONE", "TWO") 1 ONE=IF ( H62=1, "ONE", "TWO") 2 TWOIf / Then with OR:=IF ( OR ( H64=1, H64=2 ), "ONE or TWO", "FALSE") 2 ONE or TWOIf / Then with AND:=IF ( AND (H66=1, I66=2 ), "YES", "NO") 12 YES=IF ( AND (H67=1, I67=2 ), "YES", "NO") 11 NOCHOOSE FROM LISTChoose:=CHOOSE ( H72, "ONE", "TWO", "THREE", "FOUR" 3

THREE EXCEL - Formulas

/scratch2610/39523432.xls'#$Excel (Formulas 1)DATESToday's Date:=TODAY ( )09/05/10Today's Day:=DAY(TODAY ( ) )5Today

ATENATE ( H35, I35, J35 )

ASIF

asif

s Day:=DAY(TODAY ( ) )5Today's Month:=MONTH ( TODAY ( ) )9Today's Year:=YEAR ( TODAY ( ) )2010FORMATTING - CAPITALIZ

)2010FORMATTING - CAPITALIZATIONUpper Case:=UPPER ( H26 )

You might also like