Help with formula - not sure what do to

brendongl

New Member
Joined
Jun 16, 2011
Messages
46
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD][/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]www.reddit.com/r/news/blahblah[/TD]
[TD][/TD]
[TD]

[/TD]
[TD][/TD]
[TD]r/news[/TD]
[TD]News Politics[/TD]
[TD]1871511396470[/TD]
[/TR]
[TR]
[TD]www.old.reddit.com/r/news/blahblah[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]
r/pics[/TD]
[TD]International[/TD]
[TD]90712378456[/TD]
[/TR]
[TR]
[TD]facebook/groups/1871511396470[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]
r/dogs[/TD]
[TD]Dog Lovers


[/TD]
[TD]/doglovers123[/TD]
[/TR]
[TR]
[TD]facebook.com/groups/catsgalore[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]r/cats

[/TD]
[TD]Cat Lovers

[/TD]
[TD]/catsgalore

[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Hello.
Column A is where the data input occurs. We are placing URLs in there for facebook and reddit.

Column B is where i want which subreddit is the URL belongs to if it is a reddit URL. It has to be from a list from Column E. I cannot use a simple =left and =right formula because sometimes the url changes characters. I was thinking something like a vlookup but unfortunately, I dont know how to do that within a string of text.

Column C is where i want the name of the facebook group the URL belongs to. Column F is the list of names of the facebook groups, and column G is the idenfier which will exist in the URL. Some facebook groups are words and some are numbers. Same deal with column B but we have a seperate list to search under as it should search G in the column A and return F.

Any help would be muchly appreciated. This is happening on google sheets.





****** id="cke_pastebin" style="position: absolute; top: 70px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 500"]
<tbody>[TR]
[TD]r/finance[/TD]
[/TR]
</tbody>[/TABLE]
</body>
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
If i read it correct maybe in B1:

=IFERROR(INDEX($F$1:$F$4,MATCH(TRUE,ISNUMBER(SEARCH($E$1:$E$4,A1)),0)),INDEX($F$1:$F$4,MATCH(TRUE,ISNUMBER(SEARCH($G$1:$G$4,A1)),0)))

Enter CTRL-SHIFT-ENTER
 
Upvote 0

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top