除了翻譯和文案,Google Sheet 的 AI 公式還能進行哪些資訊處理?
Answer
Google Sheet AI 公式除了翻譯和文案,還能進行哪些資訊處理?
Google Sheet 的 AI 公式,仰賴 Google Workspace 或 Google AI Pro,除了翻譯和撰寫文案,還能進行多種資訊處理。其基本公式為 =AI("你的提示詞", 指定的儲存格範圍),提示詞需使用英文。
AI 公式可應用的資訊處理方式
- 產生文本: 根據表格中的資訊,產出所需的文本,例如活動標語。公式範例:=AI("Generate slogan for event in 10 words or less", A2)。
- 資訊摘要和彙總: 分析表格內容,提取關鍵資訊。例如,用一句話總結客戶意見。公式範例:=AI("For the customer, write a one sentence summary of their feedback.", A2:D2)。
- 將資訊分類: 將非結構化資料分組彙整,例如分析信件的情緒是正面、負面或中立。公式範例:=AI("Classify the body of the email, as either positive, negative, or neutral.", D2)。
- 取得即時資訊: 透過 Google 搜尋最新資訊並填入表格,例如查詢城市人口。公式範例:=AI("What is the population of this capital city?", A2)。
使用限制與注意事項
使用 Google Sheet AI 公式需具備 Google Workspace 帳號或訂閱 Google AI Pro,且 Google 偏好語言需設定為英文。此外,AI 公式的回覆僅限文字,且不能與其他函數合併使用。