+ Reply to Thread
Results 1 to 2 of 2

Find and Replace Text with If Then Condition

  1. #1
    Registered User
    Join Date
    11-07-2006
    Posts
    1

    Find and Replace Text with If Then Condition

    I need to find and replace text in certain cells an Excel sheet but with conditions:

    For example:
    If Cell in Column A="House" and Cell in Column B="Red" then rename Cell in Column B="Dark Red"

    Do I do this with a macro? Please help. Thanks.

  2. #2
    Forum Contributor
    Join Date
    07-13-2006
    Posts
    400
    Quote Originally Posted by charliechez
    I need to find and replace text in certain cells an Excel sheet but with conditions:

    For example:
    If Cell in Column A="House" and Cell in Column B="Red" then rename Cell in Column B="Dark Red"

    Do I do this with a macro? Please help. Thanks.
    You probably don't need a macro
    all you'd have to do is autofilter your data
    filter column a for "equals" "house"
    and then filter column b for "red"

    then you can just replace the occurrences

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1