Help with vlookup and date

ingenuity

New Member
Joined
Jun 20, 2011
Messages
10
I have a list of maybe 1000 domain names in excel, let's say

column a is domain names
column b is expiration date

out of the 1000 names, i have renewed 100 of them but not in any particular order. How do i do a vlookup and find the 100 names within the list of 1000 and add 1 yr to the date within the column b cell?
thanks for the help
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
The only way you could do it with a formula would be something like

Excel Workbook
ABCDE
1DomainExpiryrenewedNew expiry
2Domain106/06/2011Domain207/03/2011
3Domain207/03/2010Domain631/01/2012
4Domain306/02/2011Domain1205/01/2011
5Domain419/08/2010
6Domain501/02/2010
7Domain631/01/2011
8Domain728/04/2010
9Domain802/03/2011
10Domain917/02/2011
11Domain1018/03/2010
12Domain1129/04/2011
13Domain1205/01/2010
14Domain1314/01/2010
15Domain1426/11/2010
16Domain1510/02/2010
Sheet4


But you wouldn't be able to directly change the date in column B, that would require a vba solution.
 
Upvote 0

Forum statistics

Threads
1,224,598
Messages
6,179,823
Members
452,946
Latest member
JoseDavid

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