GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Excel question, domain name helper :) (https://gfy.com/showthread.php?t=949581)

mkx 01-21-2010 11:30 AM

Excel question, domain name helper :)
 
Can anyone help me with this excel command? I have a list of about 50 domains that are soon to expire in Sheet 1 column A, and my domain parking stats in Sheet 2 which display the domain name in Column A, Revenue Column B, Views Column C, and Clicks Column D. Rather than use the find command individually which I have been doing for the last 5 years, can I just match it up,

Basically in sheet 1 column B it would say:
If sheet 1 column a = sheet 2 column A, sheet1 column B = sheet 2 column B
etc

Hope someone can help

security_man 01-21-2010 11:32 AM

give me a sec

http://www.thirteen.org/edonline/les...s/hawkings.gif

mkx 01-21-2010 12:13 PM

okay :):)

mkx 01-21-2010 03:03 PM

hmm i think he fell asleep :(

hjnet 01-21-2010 03:06 PM

Hmmm, I think you're expecting a bit too much from GFY :)

96ukssob 01-21-2010 03:08 PM

are you trying to do a vlookup? you can probably just do it with "if" statements, but i dont understand that you are doing

such as "if(sheet2a1=sheet1a1,b1," ") and it will display a blank or the value if they match

Jarmusch 01-21-2010 03:10 PM

Why do you want to display the contents of sheet 2 column B on sheet 1 column B?

mkx 01-21-2010 03:13 PM

taking screenshot, brb

mkx 01-21-2010 03:17 PM

http://img340.imageshack.us/img340/3507/excelu.jpg

as you can see i have my domains i need to renew in sheet 1 and all my stats for over 1000 domains in sheet 2, i want to match them up and display the stats in sheet 1.

mkx 01-21-2010 04:56 PM

bump for database being back up :)

Brat 01-21-2010 07:46 PM

Not sure if I understood correctly but if you want to match Column A in sheet 1 to Column A in sheet 2 and display Column B in sheet 2 in Column B is sheet 1 then this should work:

=vlookup(highlight A2 in sheet 1, highlight all of columns A & B in sheet 2, 2, FALSE)

mkx 01-21-2010 09:46 PM

yes thats exactly what i want to do. tried it but doesn't seem to work, returns N/A.

Code:

=VLOOKUP('Sheet 2'!A1:B1741, 2, FALSE)

mkx 01-21-2010 09:50 PM

nevermind working, forgot the commas, thanx so much

Iron Fist 01-22-2010 12:20 AM

Quote:

Originally Posted by mkx (Post 16770524)
http://img340.imageshack.us/img340/3507/excelu.jpg

as you can see i have my domains i need to renew in sheet 1 and all my stats for over 1000 domains in sheet 2, i want to match them up and display the stats in sheet 1.

That is definately a VLOOKUP then....

In cell B2 put this formula:

=VLOOKUP(A2,'Sheet 2'!$A:$E,2,FALSE)

and copy it all the way down....

In cell C2 put this formula:

=VLOOKUP(A2,'Sheet 2'!$A:$E,3,FALSE)

In cell D2 put this formula:

=VLOOKUP(A2,'Sheet 2'!$A:$E,4,FALSE)

That should do it...


All times are GMT -7. The time now is 05:40 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc