回答編集履歴

2

誤記を修正

2015/11/11 06:40

投稿

KiyoshiMotoki
KiyoshiMotoki

スコア4791

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ```
14
14
 
15
- =CONCATENATE("select A where B = ", 参照先セル, " ")
15
+ =CONCATENATE("select A where B = '", 参照先セル, "' ")
16
16
 
17
17
  ```
18
18
 

1

誤記を修正

2015/11/11 06:40

投稿

KiyoshiMotoki
KiyoshiMotoki

スコア4791

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ```
14
14
 
15
- =CONCATENATE("select A where B = ’", C1, "’ ")
15
+ =CONCATENATE("select A where B = ’", 参照先セル, "’ ")
16
16
 
17
17
  ```
18
18