QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Consumer > General PC Forums > Everything Windows
The above video goes away if you are a member and logged in, so log in now!

Excel formula help. reward offered PLZ HELP

This is a discussion on Excel formula help. reward offered PLZ HELP within the Everything Windows forums, part of the General PC Forums category; I have 2 colums in a spreadsheet that have names and SSN for workers. i have a third spreadsheet that ...

Reply
 
LinkBack Thread Tools
Old 07-19-2006, 07:52 AM   #1

Mindless Self Indulgence
 
Realn0whereman's Avatar
 
Join Date: Oct 2005
Location: afk
Posts: 7,212
Trader Feedback: 0
Default Excel formula help. reward offered PLZ HELP

I have 2 colums in a spreadsheet that have names and SSN for workers.


i have a third spreadsheet that is formatted a certain way. the third one needs to have the worker right next to his ssn... basically im making a forum that will fill itself in when i type in the workers name.


this is how its basically gonna be structures

NAME SSN field

. the ssn will have a forumula

NAME IF NAME= any name in column A then Fill in SSN on the Row that the name was found on/..... if anyone answers me correctly ill give them points and possibly monies.... PLZZZ HELP
__________________
PSN:realn0whereman
NEW MSI ALBUM APRIL 29TH: IF
*orgasm*
Realn0whereman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-19-2006, 08:02 AM   #2
 

 
Join Date: Jun 2005
Location: London UK
Posts: 3,739
Trader Feedback: 0
Default

OK I'll try and explain.
You need to use the vlookup fuction. Ill give an example
=VLOOKUP('what to look for','absolute cell reference to table','column to return',FALSE)

Replace 'what to look for' with the cell reference for your NAME column on the new table.
Your 'absolute cell reference to table' is a reference to where your first table is i.e. the one with only name and SSN. So for example a table going from A1 to B5 would be $A$1:$B$5
Column to return indicates the number of the column in the first table where the SSN is. In your table, you have the SSN in the 2nd column, so you put the number 2 there.
FALSE just means the forumla requires an exact match rather than a close estimate. Since SSNs can't be estimated, leave it as false.
PopeOfDope is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-19-2006, 08:06 AM   #3

Mindless Self Indulgence
 
Realn0whereman's Avatar
 
Join Date: Oct 2005
Location: afk
Posts: 7,212
Trader Feedback: 0
Default

i think the answer is qith macros
__________________
PSN:realn0whereman
NEW MSI ALBUM APRIL 29TH: IF
*orgasm*
Realn0whereman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-19-2006, 08:08 AM   #4
 

 
Join Date: Jun 2005
Location: London UK
Posts: 3,739
Trader Feedback: 0
Default

This will work, I'm pretty sure I have the right formula. Give me a minute to make a quick sample.
PopeOfDope is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-19-2006, 08:18 AM   #5

Mindless Self Indulgence
 
Realn0whereman's Avatar
 
Join Date: Oct 2005
Location: afk
Posts: 7,212
Trader Feedback: 0
Default

please and upload it.... i think ur missunderstanding me tho

spreadsheet 1
NAME SSN
Name1 SSN1



spreadsheet 2
NAME(i type this in) SSN (pastes the ssn accordingly)

Double Post Merge

im trying this and i cant go over the other other spreadsheet
__________________
PSN:realn0whereman
NEW MSI ALBUM APRIL 29TH: IF
*orgasm*
Realn0whereman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-19-2006, 08:19 AM   #6
 

 
Join Date: Jun 2005
Location: London UK
Posts: 3,739
Trader Feedback: 0
Default



Goes to



If you are working between different spreadhseets in the same workbook, use the notation.
('spreadseet name'!'cell references')
PopeOfDope is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-19-2006, 08:23 AM   #7

Mindless Self Indulgence
 
Realn0whereman's Avatar
 
Join Date: Oct 2005
Location: afk
Posts: 7,212
Trader Feedback: 0
Default

yea but these tables are located on different spread sheets (like diff files)...
__________________
PSN:realn0whereman
NEW MSI ALBUM APRIL 29TH: IF
*orgasm*
Realn0whereman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-19-2006, 08:25 AM   #8
 

 
Join Date: Jun 2005
Location: London UK
Posts: 3,739
Trader Feedback: 0
Default

Reference to another worksheet In the following example, the AVERAGE worksheet function calculates the average value for the range B1:B10 on the worksheet named Marketing in the same workbook.

=AVERAGE(Marketing!B1:B10 )

Taken from Microsoft Office help.

All you have to do in your case is put 'spreadsheet name'! infront of your absolute cell reference to the original table.

EDIT: just saw your different files comment.
I'm afraid I don't know how to do that sorry.
PopeOfDope is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-19-2006, 08:32 AM   #9

Mindless Self Indulgence
 
Realn0whereman's Avatar
 
Join Date: Oct 2005
Location: afk
Posts: 7,212
Trader Feedback: 0
Default

when my boss gets back ill ask if i can merge all the data....****in certified payroll. thanks for trying. im just gonna continue what i was doing till he gets back.
__________________
PSN:realn0whereman
NEW MSI ALBUM APRIL 29TH: IF
*orgasm*
Realn0whereman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-19-2006, 08:34 AM   #10
 

 
Join Date: Jun 2005
Location: London UK
Posts: 3,739
Trader Feedback: 0
Default

Type playing around with the address formula in conjunction with the vlookup formula.
The context of the address fomula is

=ADDRESS(row number,column number,4,"[workbook name]!sheet name")

If you have the names of workers in the same order in both workbooks e.g. alphabetical order, then this should work without any need for the vlookup formula.

btw, the number 4 indicates a relative reference, change it to 1 if you want absolute. You shouldn't need absolute in your situation.
PopeOfDope is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
excel , formula , offered , plz , reward

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 02:22 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us