Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default поиск одной ячейки в диапазоне ячеек

Как сделать автоматический поиск одной ячейки в диапазоне других ячеек?

Суть в том что бы искало в масиве столбца A, каждую яцейку столбца В, а
результат выдавало как ЛОЖЬ или ИСТИНА в столбце C
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 141
Default

On Apr 5, 9:06 am, viki wrote:

?

A, ,
C


Can you ask that in English for the rest of us, please?

Chris
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default ????? ????? ?????? ? ????????? ?????

"viki" wrote in message
...
??? ??????? ?????????????? ????? ????? ?????? ? ????????? ?????? ??????

???? ? ??? ??? ?? ?????? ? ?????? ??????? A, ?????? ?????? ??????? ?, ?
????????? ???????? ??? ???? ??? ?????? ? ??????? C


BabelFish says:

The search for one cell in the range of the cells

How to make an automatic search for one cell in the range of other cells?
Essence in the fact that would search for into masive of column A, each
yatseyku of column v, and result it issued as LIE or TRUTH in column C

I wonder what "yatseyku" means?

Public Sub search()
Dim i As Integer
Dim a As Range

With Sheet1
Set a = .Range("A1:A" & .Range("A1").End(xlDown).Row)
For i = 1 To .Range("B1").End(xlDown).Row
.Range("C" & i) = Not a.Find(.Range("B" & i), , xlValues, xlWhole) Is
Nothing
Next
End With

End Sub


--
roger


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 141
Default ????? ????? ?????? ? ????????? ?????

On Apr 6, 4:27 am, "roger" wrote:
"viki" wrote in message

...

??? ??????? ?????????????? ????? ????? ?????? ? ????????? ?????? ??????


???? ? ??? ??? ?? ?????? ? ?????? ??????? A, ?????? ?????? ??????? ?, ?
????????? ???????? ??? ???? ??? ?????? ? ??????? C


BabelFish says:

The search for one cell in the range of the cells

How to make an automatic search for one cell in the range of other cells?
Essence in the fact that would search for into masive of column A, each
yatseyku of column v, and result it issued as LIE or TRUTH in column C

I wonder what "yatseyku" means?

Public Sub search()
Dim i As Integer
Dim a As Range

With Sheet1
Set a = .Range("A1:A" & .Range("A1").End(xlDown).Row)
For i = 1 To .Range("B1").End(xlDown).Row
.Range("C" & i) = Not a.Find(.Range("B" & i), , xlValues, xlWhole) Is
Nothing
Next
End With

End Sub

--
roger


Wow, that's freakishly dedicated answering :)

C
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:05 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"