|
|
Subject:
How To Find Someone To Write Quick Software Code For Excel
Category: Computers Asked by: dotcalmer-ga List Price: $10.00 |
Posted:
17 May 2006 11:22 PDT
Expires: 16 Jun 2006 11:22 PDT Question ID: 729787 |
Here's the problem. I have a spreadsheet with names of companies. One of the columns has the 2005 Fortune ranking. I'd like to update this to the 2006 Fortune ranking, but I don't want to do it manually. (I have a spreadsheet with the company name and ranking). Thus I'd like to see if someone could write a program that would somehow update this information. The column currently says, for instance, "#105 on 2005 Fortune 1000". The new spreadsheet simply has a column with the company name and another column with the rank (ie, 106). As to my Google Answers question, I'm looking for a website or forum where I could find someone to do this. |
|
There is no answer at this time. |
|
Subject:
Re: How To Find Someone To Write Quick Software Code For Excel
From: mostexcellent-ga on 18 May 2006 05:46 PDT |
Try this board http://www.mrexcel.com/board2/viewforum.php?f=2 It is full of very bright Excel experts. |
Subject:
Re: How To Find Someone To Write Quick Software Code For Excel
From: s1006-ga on 18 May 2006 12:30 PDT |
Am i understanding this right? -You have a spreadsheet that needs a set of data replacing. -The new information you want to put onto the sheet is in another spreadsheet? If this is the case all you need to do is copy the worksheet with the information on into the other workbook. (You can then hide this worksheet if you want) Right after youve copied the work but go the worksheet that you want the information on and click the first cell in the table. Click "=" then click the worksheet with the replacement data. Click the first cell in the table and click the enter key. This should take you back to the worksheet that you want the new information in. The use the leaver to drag rest of the information into the other cells. (Click the bottom right of the cell until the cursor changes to a plus sign. I hope this helps, if i've misunderstood the situation please post a reply and I may be able to help you further. |
Subject:
Re: How To Find Someone To Write Quick Software Code For Excel
From: bera-ga on 19 May 2006 11:49 PDT |
IF the name of the companies are identical in both the spreadsheets then a case a comparison can be done in a loop and beside the company name the position can be placed or beside the position the company name can be placed. IF this does not solve the problem then take the last worksheet and sort it according to position. |
Subject:
Re: How To Find Someone To Write Quick Software Code For Excel
From: matthelliwell-ga on 27 May 2006 07:02 PDT |
If the company names are the same, you can just use vlookup, something like ="#" & vlookup(a1,"sheet2!A:B",2,false) & " on the 2006 Fortune 1000" where a1 is the cell containing the company name on the sheet sheet2 is the 2006 sheet with column 1 containing the company name and column b the ranking. Then just copy the formula down to each row. |
Subject:
Re: How To Find Someone To Write Quick Software Code For Excel
From: visual-ga on 09 Jun 2006 09:19 PDT |
just to re-like what 'matthelliwell' said.. vlookup is the best way of doing it.. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |