ketikkan kode berikut ini pada cell C23 :
=ROUND(C10,0) & " " &
IF(C9<C10,"▲", IF(C9=C10,"●","▼"))
The function will round the last number (the
rounding digit) up or down depending on the value of the number to the right of
the rounding digit.
If the value of the number to the right of the
rounding digit is less than five, the rounding digit is left unchanged. Ex:
3.567 akan dibulatkan menjadi 3.6
Jika cell C9<C10 maka beri simbol ▲, IF(C9=C10 diberi simbol ●,
selain itu beri simbol ▼. Simbol ini akan ditempatkan setelah nilai hasil pembulatan dengan menggunakan round dan spasi.
Semoga bermanfaat.
sumber: http://chandoo.org/
0 komentar:
Posting Komentar