LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #12   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 230
Default Find and write

Very nicely expressed.
Yes, it is a programming group, I need to bear that in mind more than I do.





"Norman Jones" wrote in message
...
Hi Bill,

There is much in what you say and my response might well have differed had
the question been posed elsewhere.

This is, however, a programming group, and if a simple code solution is
availablle, I have little problem of conscience in suggesting it.

A laudible aspect of this group, is the willingnes to offer a variety of
solution approaches.

When you, or others, advocate approaches or ideas that differ from those
that I might have suggested, I regard that as not only useful to the OP
but as a potential source of imstruction and education for me.

So Bill, the more often you post an alternative, better solution, the
happier I shall be! Please continue to make me happy!


---
Regards,
Norman



"William Benson" wrote in message
...
I am sure Norman, however at the end of the day learning basic spreadsheet
skills (I would have been done with the above in under 30 seconds
GUARANTEED) some one-off issues of this simple nature are better handled
through solid spreadsheeting skills than macro writing.

It's just my humble opinion, I did not say the macro was complicated. So
I am glad if Tom or you were able to help Tahir with a macro.

Bill


"Norman Jones" wrote in message
...
Hi Bill,

This is better than writing a macro I think.

Possibly, but very little writing is involved; with but minor amendment,
the procedure is lifted straight from VBA help.


---
Regards,
Norman



"William Benson" wrote in message
...
simplest solution is not a macro, but use Excel's own find function.

1) Enter this formula in the first row in B next to data in A, assuming
starting at Row 2 (example)

=IF(NOT(ISERR(FIND("TOTAL",A2))),"Has Been Found","")


2) Copy / Paste down

3) Copy Col B and use Edit - Paste Special - Values to replace with
values

4) Use auto filter on column B with criteria being < "Has Been Found",
if you want to
group all the rows where that value was not found, to select and
delete the empty string

5) Remove auto filter and you are left with the results you wished.

This is better than writing a macro I think.

wrote in message
...

Dear Prends,

Is there any source code to see my problem below :

If I find particular word (i,e word "TOTAL") from certain cell ("A")
then write to next coulumn ("B") "Has been Found".

I have hundreds like this in cell A

Thanks Forks,

TAHIR


--
mtahir
------------------------------------------------------------------------
mtahir's Profile:
http://www.excelforum.com/member.php...o&userid=25854
View this thread:
http://www.excelforum.com/showthread...hreadid=392395











 
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I write the formula to find the mean in a column of number lallen Excel Worksheet Functions 2 January 18th 08 08:27 PM
trying to write function to find data in last row in 1 column belvy123 Excel Discussion (Misc queries) 1 January 20th 07 01:58 PM
how to write function to find max deviation from specific number . barbdee Excel Worksheet Functions 2 December 16th 05 02:10 AM
Find and Write data James W.[_2_] Excel Programming 1 January 18th 05 12:47 AM
VBA - Find every occurance of string in workbook, write to 1st she Doug Excel Programming 1 November 15th 04 03:19 AM


All times are GMT +1. The time now is 04:46 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"