![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I'm trying to create an if statement, with no luck. Col A Col B Col F Apples value nanas Bannanas wackos Coconuts value Formulas in Col B: If any of the text in Col A matches another cell with "nanas" or "wackos" in it (in this case F1 and F2), then leave the cell blank, otherwise X. X being another formula that returns some random value. Essentially I'm trying to create a reference list in column F, for as many references as possible, maybe up to 20, so if any of the values in col A match any of the text strings in column F, it leaves the cell blank. I tried, couldn't do it. Saw something with =Countif(A1,"*nanas*") but couldn't adjust it. Thanks very much. |
| Ads |
|
#2
|
|||
|
|||
|
Hi!
Try this: =IF(SUMPRODUCT(--(ISNUMBER(SEARCH(F$1:F$2,A1)))),"",your_other_form ula_here) Copy down as needed. Biff "SteveC" > wrote in message ... > Hi, > > I'm trying to create an if statement, with no luck. > > Col A Col B Col F > Apples value nanas > Bannanas wackos > Coconuts value > > Formulas in Col B: > If any of the text in Col A matches another cell with "nanas" or "wackos" > in > it (in this case F1 and F2), then leave the cell blank, otherwise X. X > being > another formula that returns some random value. > > Essentially I'm trying to create a reference list in column F, for as many > references as possible, maybe up to 20, so if any of the values in col A > match any of the text strings in column F, it leaves the cell blank. > > I tried, couldn't do it. Saw something with =Countif(A1,"*nanas*") but > couldn't adjust it. > > Thanks very much. |
|
#3
|
|||
|
|||
|
Super! How do you guys come up with this stuff? I never would have thought
of that. Thanks so much. |
|
#4
|
|||
|
|||
|
You're welcome. Thanks for the feedback!
>How do you guys come up with this stuff? It's the challenge of problem solving! Believe it or not, it's fun! Biff "SteveC" > wrote in message ... > Super! How do you guys come up with this stuff? I never would have > thought > of that. Thanks so much. > > |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Code to get text from part of a cell | Keenman | Excel Worksheet Functions | 3 | April 27th 06 04:41 AM |
| Can you keep text from one cell showing over the next cell? | Sean VandeWall | Excel Discussion (Misc queries) | 2 | February 22nd 06 08:20 PM |
| How do I delete part of a text string in every cell it appears in | Chacky | Excel Discussion (Misc queries) | 3 | December 9th 05 07:06 PM |
| Cell set to wrap text and blank line -- fix? | Fred Holmes | Excel Discussion (Misc queries) | 0 | January 25th 05 07:10 PM |
| match cell text with text in formula | Todd L. | Excel Worksheet Functions | 3 | December 9th 04 08:11 PM |