Difference between revisions of "Manuals/calci/ITALIC"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''ITALIC(text)'''</div><br/> *<math>text</math> is the text which we want change in to italic. ==Description== *This function used to change th...") |
|||
Line 10: | Line 10: | ||
==Examples== | ==Examples== | ||
*ITALIC("total marks")=''total marks'' | *ITALIC("total marks")=''total marks'' | ||
− | *ITALIC(" | + | *ITALIC("&")=''&'' |
− | *ITALIC( | + | *ITALIC(2347)=''2347'' |
− | *ITALIC("address:#83,salai street")= | + | *ITALIC("address:#83,salai street")=''address:#83,salai street'' |
*ITALIC(cool)=Null | *ITALIC(cool)=Null |
Revision as of 05:24, 16 March 2017
ITALIC(text)
- is the text which we want change in to italic.
Description
- This function used to change the normal font to italics.
- Italic type is a cursive font based on a stylized form of calligraphic handwriting.Owing to the influence from calligraphy, such fonts normally slant slightly to the right..
- ITALIC function will consider text, numbers, or any special characters like @,&...
- Also we have to give the input with in double quotes("") or we can use the cell references.
Examples
- ITALIC("total marks")=total marks
- ITALIC("&")=&
- ITALIC(2347)=2347
- ITALIC("address:#83,salai street")=address:#83,salai street
- ITALIC(cool)=Null