473,804 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

V Lookup with date an min formula

I have a worksheet that has dates in column B and file # in column A. In cell
J12, i have this formula =min(B2:B100), in L12, I have a vlookup to return
the information in column A that matches the date =vlookup(J12,A2 :B100,1,0).
I receive a #name error.

Any ideas?
Jan 9 '08 #1
3 1331
md
My first idea would be to have you post your question to a group related to
Excel. This is a .net programming newsgroup.

"Scott@CW" <Sc*****@discus sions.microsoft .comwrote in message
news:63******** *************** ***********@mic rosoft.com...
>I have a worksheet that has dates in column B and file # in column A. In
cell
J12, i have this formula =min(B2:B100), in L12, I have a vlookup to return
the information in column A that matches the date
=vlookup(J12,A2 :B100,1,0).
I receive a #name error.

Any ideas?

Jan 10 '08 #2
do you have a second idea?

"md" wrote:
My first idea would be to have you post your question to a group related to
Excel. This is a .net programming newsgroup.

"Scott@CW" <Sc*****@discus sions.microsoft .comwrote in message
news:63******** *************** ***********@mic rosoft.com...
I have a worksheet that has dates in column B and file # in column A. In
cell
J12, i have this formula =min(B2:B100), in L12, I have a vlookup to return
the information in column A that matches the date
=vlookup(J12,A2 :B100,1,0).
I receive a #name error.

Any ideas?


Jan 10 '08 #3
md's second idea is for me to tell you that my first idea is for you to post
your question in an Excel-related newsgroup instead of a .Net programming
newsgroup.

Robin S.
----------------------------------------
"Scott@CW" <Sc*****@discus sions.microsoft .comwrote in message
news:8A******** *************** ***********@mic rosoft.com...
do you have a second idea?

"md" wrote:
>My first idea would be to have you post your question to a group related
to
Excel. This is a .net programming newsgroup.

"Scott@CW" <Sc*****@discus sions.microsoft .comwrote in message
news:63******* *************** ************@mi crosoft.com...
>I have a worksheet that has dates in column B and file # in column A. In
cell
J12, i have this formula =min(B2:B100), in L12, I have a vlookup to
return
the information in column A that matches the date
=vlookup(J12,A2 :B100,1,0).
I receive a #name error.

Any ideas?


Jan 12 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
1486
by: William Morris | last post by:
Looking for a source for data and/or algorithm that would allow me to enter a zipcode and find - in our case - every car dealership that sells, say, Chevy's in that zipcode - if not there, then what about adjacent zipcodes..? - in an ever expanding circle outward, and return a list of those zipcodes. In my database, I've already got the car dealers and available makes. What I need is the zipcode "map" reference. Ideas, sources? - Wm
1
2274
by: colinhumber | last post by:
I have a datetime variable coming from my ASP.NET application that has a time portion. I give my users the option to perform an equals, greater than, less than, or between comparison. The trouble comes in the way the application builds the criteria string. The WHERE clause passed in is in the format, "(start_dt = '2005/05/16 07:00:00.000')". What I want to do is only compare the date portion of start_dt to the date portion of the passed...
10
2985
by: Kenneth | last post by:
I have a Query that consist of a lot of different sales data, and one of the colums are different date. The date goes from 1jan2003 til 31jan2003. in this Query I only want the salesdata for 1jan2003. How do I remove the dates , 2jan2003 til 31jan2003 without removing them from the table, from the Query? (Because I want to use the data for 2jan2003 etc later in other queries) -kenneth
2
6518
by: Julie Wardlow | last post by:
Help! I am calculating a future date using the DateAdd function in a query (the calculation also involves an IIf statement), and have managed to get this formula to produce the required result. I then want to search through the records and select those with dates (as caluclated above) within a user defined range, and so I am using a parameter query. However, this query returns dates outside of the range and appears to have particular...
10
3816
by: junky_fellow | last post by:
what are lookup tables ? How can they be used to optimise the code ?
3
3273
by: Matt MacDonald | last post by:
I'm trying to run a report using a form containing a crystal report viewer, but I keep getting an error saying tha "The specified value type is different to the current value type I'm trying to use date parameters. The parameter is set up as a date in the report Here's the code Dim paramfields As New CrystalDecisions.Shared.ParameterField Dim discreteval As New CrystalDecisions.Shared.ParameterDiscreteValu Dim reporter As New...
4
11972
by: Orchid | last post by:
How can I change a Date datatype to a Number datatype? For example, I want a date 10/31/2006 to show 1031 as Number datatype. But I don't want it becomes 39021. What formula should I use? Thanks for your help!!
1
4128
by: Beeker | last post by:
I have a table called 'RawData' that collects production data. We run a report on this data everyday to see the performance of each employee. I have another table called 'tblStandards' with standards for each area and an effective date of the standard. Any production numbers before the effectivity date will use the older standard and any on or after the date will use the newer standard. My problem is how to write a formula in a query that...
4
1631
by: Matt.Russett | last post by:
Hello, Here is what I am trying to do. I am running a report that brings back Requested Pick-Up Times and Actual Pick-Up Times. What I want to measure is the amount of times the Requested and Actual fall on the same DATE. I don't care about the time. I created a formula that says "If Requested = Actual , Then 1, Else 0" The idea is that I can sum all the 1's and compare to the total number of shipments, and determine the On-time %.
0
9595
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10600
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10352
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10354
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9175
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6867
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5535
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.