looking for someone help finnishing a function

frenchface

New Member
Joined
May 6, 2008
Messages
9
Ok, lets see if i can explain this well. I am playing a game called tribalwars.net where you have a village that is on a coordinate system. I want to duplicate that coordinate system in excel. I have data that looks like this

ID X | y
1 502|343
.
.
.
4934 139|201
etc.

I have this function
=IF(IF(MATCH(J7,C:C,0)>0,HYPERLINK(M2,J7&"|"&K6))
this is what things are
where the second if is searching for the x and y coordinate

now the hyperlink is what i am stuck on; i know this part of the hyperlink is always that same
http://en34.tribalwars.net/staemme.php?village=92912&screen=place&mode=command&target=
now at the end there is an = sign. that = sign has to be sent the the ID number for the coordinates so for 139|201 it would be this
http://en34.tribalwars.net/staemme.php?village=92912&screen=place&mode=command&target=4934

now any idea how to do that in my forumla?

Thanks
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
i quess a simpler question is, if i have two columns

a 1
b 2
c 3

how can i search for b and have it display 2?
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,693
Members
448,979
Latest member
DET4492

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