Excel TQC考題102: Golf,常用》條件式格式設定》圖示集》其他規則(類型:百分位數) by 儲蓄保險王 · 2022-04-10 Excel TQC考題102: Golf 簡單的部分略過 題目: 先用CTRL與 CTRL + SHIFT + 方向鍵: 下 選取E3~E75, H3~H75, K3~K75 五分類: 常用》條件式格式設定》圖示集 題目: 先用CTRL + SHIFT + 方向鍵:下 選取N3~N75 常用>條件式格式設定>圖示集>其他規則 類型: 百分位數 (易漏) 題目說: 低於20(沒有寫含)百分位數 且高於10(含)百分位數 以黃色旗幟標示 所以>= 20: 無儲存格圖示 (不是>20,會被扣1分) 相關文章Python TQC考題608 最大最小值索引Python: 如何用 pandas.DataFrame.groupby 做樞紐分析? DataFrame.groupby (by=None, axis=0, level=None, as_index=True, sort=True, group_keys=True, observed=False, dropna=True) ; 如何將資料夾中的多個csv檔求平均?Python numpy.argmin(array) 傳回沿軸最小值的index,參數不能用list,可用numpy.array(),把list轉為arrayPython: 如何使用numpy.newaxis 增加資料的維度? y = x[:, np.newaxis]Python物件導向(Object-oriented programming,簡稱OOP),類別(Class), 物件(Object), 屬性(Attribute)=變數, 方法(Method)=函式, 建構式(Constructor) def __init__(self,x,y): 計算計程車車資, assert 斷言, 全域變數與區域變數Python如何寫入docx文件? from docx import Document ; doc = Document() ; table = doc.add_table(rows=5, cols=3) ; table.cell(r,c).text = str(tabs[r][c]) ; doc.add_heading ; p = doc.add_paragraph ; p.add_run ; doc.add_picture ; 使用wordPad開啟會少最後一個row,可以用免費的LibreOfficePython: 如何即時將語音轉為文字? import speech_recognition as sr ; r = sr.Recognizer() ; str1 = r.recognize_google( audio, language = "zh-TW") 菲律賓語言學校 TOP 10推薦!不同城市、學風一次看!Python: Matplotlib 中如何將圖例放置在繪圖之外? plt.legend(bbox_to_anchor=(1.05, 1.0), loc='upper left') ; plt.tight_layout() ; 如何防止儲存的檔案圖例被裁切? plt.savefig('example.png', dpi=300, format='png', bbox_extra_artists=(lg,), bbox_inches='tight')
近期留言