Home / Expert Answers / Computer Science / nbsp-assign-names-of-your-choice-to-the-ranges-a3-a27-b3-b27-c3-c27-and-d3-d27-with-an-if-a-pa433

(Solved):   Assign names of your choice to the ranges A3:A27, B3:B27, C3:C27 and D3:D27. With an IF a ...



 

Assign names of your choice to the ranges A3:A27, B3:B27, C3:C27 and D3:D27. • With an IF and appropriate Text Functions, write a single formula in column E that creates usernames for students according to the rule: If a student has a first name and middle name, take the first letters of both names, and join them to the last four digits of their registration number. Else, if the student only has a first name, take the first two letters of the first name and join them to the last four digits of their registration number. Usernames should be in lowercase. For example: Rose Tanya Durant with number k0387 will have the username rt0387 and April Matthews with number k0125 will have the username ap0125. Formulas must use only range names and work for any new data typed into the cells

what will be the formula for this question?

 



We have an Answer from Expert

View Expert Answer

Expert Answer


Formula is: =CONCAT(IF(B3="",LOWER(LEFT(A3,2)),CONCAT(LOWER(LEFT(A3)),LOWER(LEFT(B3)))),RIGHT(D3,4)) For the above formula
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe