= IF(LEN(A2)=18,
A2,
IF(LEN(A2)=15,
CONCATENATE(A2, (IF(LEFT(B2,5)="00000", "A", IF(LEFT(B2,5)="00001", "B",
= IF(LEN(A2)=18,
A2,
IF(LEN(A2)=15,
CONCATENATE(A2, (IF(LEFT(B2,5)="00000", "A", IF(LEFT(B2,5)="00001", "B",
=IF(LEN(A2)=18,
A2,
IF(LEN(A2)=15,
CONCATENATE(
(IF((EXACT(LOWER((RIGHT(LEFT(A2,5),1))),(RIGHT(LEFT(A2,5),1)))),0,1)
####Header Apex has four different access modifiers when you define your classes and triggers and the subsequent methods and variables.
####Header Apex has six main types of annotations and six REST annotations. Annotations change the way a method or class is used. Annotations are denoted with an "@".
My first markdown Gist.md
Testing Markdown
BOLD
My first Gist! | |
Testing the gist package for Sublime Text 3. | |
Update #1 | |
*Update #2* |
// Random terminal tip #1 | |
//You'll see this message if you git commit without a message (-m) | |
// You can get out of it with two steps: | |
// 1.a. Type a multi-line message to move foward with the commit. | |
// 1.b. Leave blank to abort the commit. | |
// 2. Hit "esc" then type ":wq" and hit enter to save your choice. Viola! | |
# Please enter the commit message for your changes. Lines starting | |
# with '#' will be ignored, and an empty message aborts the commit. |