A列とB列を比べて同じならC列に○を入れます。
Dim L As Integer
L = 1 '初期値
Do While Cells(L, 1).Value <> ""
If Cells(L, 1).Value <> Cells(L, 2).Value Then
Cells(L, 3).Value = "×"
Else
Cells(L, 3).Value = "○"
End If
L = L + 1
Loop
Hmm it seems like your blog ate my first comment (it was super
long) so I guess I'll just sum it up what I wrote and say,
I'm thoroughly enjoying your blog. I as well am an aspiring blog writer but I'm still new to everything.
Do you have any helpful hints for beginner blog writers?
I'd really appreciate it.