Related:
- I have a problem in match function
- Music match jukebox - Download - Audio playback
- Find function on mac - Guide
- Accessor function c++ - Guide
- Spreadsheet function - Guide
- Agp function - Guide
1 response
I think this is a wire frame for what you are asking.
You will have to set the range to whatever row you wish to check.
dim therange as Range
therange = Worksheets(1).Range("A1:A10")
=if(or(therange="spam",therange="buy",therange="now"),True,False)
That is one way!
Note: not tested as written
It's kind of fun to do the impossible! -Walter Elias Disney
You will have to set the range to whatever row you wish to check.
dim therange as Range
therange = Worksheets(1).Range("A1:A10")
=if(or(therange="spam",therange="buy",therange="now"),True,False)
That is one way!
Note: not tested as written
It's kind of fun to do the impossible! -Walter Elias Disney