Posts

Remedial Final Call

Panggilan (kesempatan) terakhir untuk yang tidak datang remedi 31 Jan 2025 yang lalu. Atas persetujuan koprodi akan diadakan remedi khusus untuk yang gagal datang 31 Jan 2025. Diadakan Senin 3 Feb 2025 di Lab Komputer jurusan Pariwisata. Waktu 0750-0845.  Kisi2:   Format: date, accounting, currency, time, decimal Garis: tipis, tebal, double, arsiran (fill) Fungsi: IF, VLOOKUP, LEFT, RIGHT, SUM, SUMIF, SUMIFS, AVERAGE, AVERAGEIF, AVERAGEIFS, COUNT, COUNTIF, COUNTIFS, MAX(IF), IF(AND), IF(OR) Submit file di sini Nama file:  R2D-URUT-NIM-Nama Contoh: R2D-08-2415814023-Sumantri Petunjuk berikutnya menyusul. Keep update!

Remedi

Pengumuman released 31 Jan 2025 jam 0625 (ini untuk membantu melihat apakah ada release yang baru) Pengumuman remedi ini adalah undangan untuk klarifikasi dan atau test remedi Open Book Remedi akan diselenggarakan Jumat tgl  31 Januari 2025  jam 0900 di lab kom Pariwisata. Yang merasa tidak mengikuti UTS dan test harian boleh hadir untuk menyelesaikan (klarifikasi) Keep uptodate dgn web makul! Jawaban UAS ada di sini Untuk peserta remedi UAS tolong pahami dan latih fungsi IF dan VLOOKUP.  Ini paling tinggi bobotnya! Pastikan anda submit (kirim) sebelum batas waktu. Pengertian diskon yaitu harga normal dikalikan persen potongan. Tagihan adalah tagihan normal dikurangi diskon. Format date, accounting, range name, SUMIF, COUNTIF, AVERAGEIF dll Max laki2 menginap, max perempuan menginap Untuk peserta yang juga remedi (atau klarifikasi) UTS mohon disiapkan: Outline Numbering dan Table  Silahkan nanti datang untuk klarifikasi untuk yang: File UAS tidak ditemukan untuk N...

Ujian Akhir Semester

Soal UAS akan mirip dengan latihan2 terakhir yang melibatkan: Fungsi IF, IF(AND), IF(OR), VLOOKUP, LEFT, RIGHT, SUM, SUMIF, AVERAGE, AVERAGEIF, COUNT, COUNTIF dll Formating, number, date, accounting, currency Sedangkan untuk tampilan dan bordernya ada: garis biasa, tebal, merged cell, arsiran (fill), dll Nama file akan ditentukan, pengumpulan lewat Google Form.  Keep in touch with this page until the time of UAS

Exam exercise

 Download soal di sini Contoh soal UAS lainnya

Gambar Test Harian

Image
  https://docs.google.com/spreadsheets/d/1_hrt1PRFhgTm9Rc7yiAAHFIK9nOzfOkI/edit?usp=sharing&ouid=116505619213182963826&rtpof=true&sd=true Gambar 1 Gambar 2 Gambar 3

Conditional Functions. VLOOKUP

  Use VLOOKUP when you need to find things in a table or a range by row. For example,  look up a price of an automotive part by the part number, or find an employee name based on their employee ID . =VLOOKUP( lookup value , range containing the lookup value , the column number in the range containing the return value , approximate match (TRUE) or Exact match (FALSE) ) The VLOOKUP function consists of four required arguments, in the following order: lookup value , table array , column index number   and  exact match .   The lookup value is the value for which you want to find matching data and must appear in the first column of the lookup table; it can be a value, a text string, or a cell reference. VLOOKUP True https://www.educba.com/vlookup-true/ XLOOKUP https://kumparan.com/kabar-harian/fungsi-xlookup-dan-cara-menggunakannya-dalam-mengolah-data-di-microsoft-excel-22kxDtwIMM6/full

Conditional Functions

Image
Conditional functions  perform calculations on a cell or range of cells only if those cells meet a certain condition . These functions test a given range and determine if the condition is true or false before continuing. Pada  https://brainly.co.id/tugas/46559633  terdapat penjelasan prinsip dasar algoritma Conditions can be any relational comparison, such as:   A3>14 : Whether the value of cell A3 is larger than the number 14 D5<=2 : Whether the value of cell D5 is less than or equal to the number 2 T47=”cheese” : Whether the value of cell T47 is “cheese” The IF function is one type of conditional function that sets a cell to a value if the condition is true, and to another value if the condition is false. IF(logical-test, value-if-true, value-if–false) IF(condition, Yes, No) ==>  IF(cond, Y, N) IF(condition, value_if_true, value_if_false) Where: condition:  value or a logical operation that evaluates to TRUE or FALSE value_if_true:...