Exercise 21: Function with Case Insensitive
To create this Function, execute the following steps
This Code lines will create function Hedqtrs() , In Cell B1 Type
= Hedqtrs( (A1)
2. Use Excel Formulas (IF,PROPER)
Syntax
IF(logical_test, value_if_true, [value_if_false])
PROPER(text)
Use (IF,PROPER) function together, In Cell B1 Type
=IF(PROPER(A1)="City","NEWYORK"," ")