Multiple choice

A company provides its 20-digit alphanumeric raw data combining the employee ID of 5 characters and PF number of 7 digits and remaining digits as 0,0 in cell number A2. Which of the following functions can be used to extract the PF number for each employee?

  1. MID(A2,5,7)

  2. MID(A2,1,7)

  3. MID(A2:A30,6,14)

  4. MID(A2,6,12)

  5. MOD(A2,6,20)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This function extracts data in cell A2, from 6th character up to 12 character.This will give the PF number.