0% found this document useful (0 votes)
91 views2 pages

Tik Intansukmantara

The document provides Excel formulas to extract information from a table to populate different columns in a worksheet. The VLOOKUP formula looks up values in columns B, C, and D of a table based on the first character in column B6. The IF formulas use MID to extract characters from column B6 and return values conditionally based on whether the character is "P", "S", or others for time of day; and "0" or others for program type.

Uploaded by

Sukmantara Intan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views2 pages

Tik Intansukmantara

The document provides Excel formulas to extract information from a table to populate different columns in a worksheet. The VLOOKUP formula looks up values in columns B, C, and D of a table based on the first character in column B6. The IF formulas use MID to extract characters from column B6 and return values conditionally based on whether the character is "P", "S", or others for time of day; and "0" or others for program type.

Uploaded by

Sukmantara Intan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

TUGAS TIK LKS HAL 63

KOLOM D6
=VLOOKUP(LEFT(B6;1);$B$16:$D$19;2)

KOLOM E6
=VLOOKUP(LEFT(B6;1);$B$16:$D$19;3)
KOLOM F6
=IF(MID(B6;3;1)="P";"Pagi";IF(MID(B6;3;1)="S";"S
iang";"malam"))

KOLOM G6
=IF(MID(B6;5;1)="0";"reguler";"diploma")

TUGAS TIK PAKET HAL 199

You might also like