0
0

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 3 years have passed since last update.

or条件の関数(excel)

Posted at

人生初めて作成して苦戦したのでメモ

=IF(OR((COUNTIF(セルA,"char")=1),(セルA="decimal")),"(","")
→セルAがcharを含む文字列 又は decimalを含むなら "("を付け、含まないなら 空文字を入れる

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?