0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

OFFICE 文字の前後にキーワードを自動入力

Posted at

まず、CSVはOFFICEで見るためにUTF-8かShift-JISにしないと文字化けする。

文字の前にキーワードを自動入力したい

B2の文字の前にお菓子とつけたい。

=B2"お菓子"&

これで、B2の文字の前にお菓子と付く。

文字の後にキーワードを自動入力したい

ユーザー定義を使用
LibreOfficeの場合
タブの書式→セル→ユーザー定義

B2の文字の後に様とつけたい。
ユーザー定義画面で

@"様"

と入力すれば自動的に様と付く。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?