Topic profile page for Referencing.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Referencing.
Topic "Referencing" was discussed 54,043 times on 4,809 sites in last 3 months
Started 3 days, 2 hours ago (2009-11-24 20:06:00)
by soccerstarmikew
Referencing A cell location within a cell I have created a model that updates each day and pulls quotes from a certain number of days. Depending on what number of days i put in, an indirect function will generate a location to end the data pull. For instance if i put 10 days it will generate A11 in a cell. I would then pull A1:...
Started 3 days, 4 hours ago (2009-11-24 17:51:00)
by rtsplanner
I have created a form using Acrobat where two sets of users input their information without seeing what the other person inputed. The result is a summary that will print when the final user has completed their information. The problem I am having is referencing the answers from the form on the summary sheet. I have three divisions of information: Employee.Field# ...
Started 3 days, 21 hours ago (2009-11-24 01:04:06)
by prisoner
No way, Brads..! I was just referencing is all.. From what I gather, you seem to handle ghosts real well..:) It's those that are deep in the closet who may not relate to FFGOs enlightened past?
Started 4 days, 11 hours ago (2009-11-23 11:26:00)
by tta013
Referencing a figure from different sheet On sheet2, I have a cell with a date (will type in different date on a daily basis). On that sheet I need to have the figure from column C of sheet1 where date from column A maches the date from Sheet2. I wonder if someone can help. Thaks
Started 6 days, 2 hours ago (2009-11-21 20:32:00)
by purplpin55
By Dewie Whetsell, Alaskan Fisherman. As posted in comments on Greta's article referencing the MOVEON ad about Sarah Palin. The last 45 of my 66 years I've spent in a commercial fishing town in Alaska I understand Alaska politics but never understood national politics well until this last year. Here's the breaking point: neither side of the Palin controversy gets it. It's not about ...
Started 1 week ago (2009-11-20 18:44:21)
by stockguru1976
I would assume you are referencing my post. I have seen these infomericial stocks and played a few, and it is good money. I got intrested in them with spongetech delivery watching that rally. I never played it, but after that one i knew there was money to be made in infomercial penny stocks. The first one I played was CXAC - cross atlantic commodities, when they were releasing their ReJuv beauty ...
Started 1 week ago (2009-11-20 04:01:00)
by sugarengine
referencing a textField inside object on DisplayList Hi! I have a bunch of objects with TextFields in them that are added to another object called Field. This works. field.getChildAt(2).scaleX *= 1.1; field.getChildAt(2).scaleY *= 1.1; This works trace(field.getChildAt(2) is Player) returns True. This doesn't...
Started 1 week, 1 day ago (2009-11-19 05:15:00)
by John
I want to reference the latest entry in a column. So that every time the column is updated, and subsequently has another cell added to it, I don't have to update the formula for referencing it.
Started 1 week, 1 day ago (2009-11-19 04:53:00)
by John
I want to reference the latest entry in a column. So that every time the column is updated, and subsequently has another cell added to it, I don't have to update the formula for referencing it.
Started 1 week, 1 day ago (2009-11-19 05:45:00)
by wll6568
I am very new to SharePoint, pls help: Say if I have this List B with a column that is of type Calculated and I want it to show as [ListA.C1] [ListB.C2] [ListC.C3]. How do i go about that? Moved by Mike Walsh MVP MVP , Moderator Thursday, November 19, 2009 6:56 AM 2007 admin q (From:SharePoint 2010 - General Questions and Answers)
Started 5 days, 20 hours ago (2009-11-22 01:51:00)
by DAMUDKING
I figured i would post the info in case someone finds shocks for sale from a different vehicle Additional Makes / Models This Item Will Fit: Make Model Years Attributes Extra Info Dodge Dakota 1997, 1998, 1999, 2000, 2001, 2002, 2003 Location: Front Wheel Drive: 4WD -- Dodge Durango 1998, 1999, 2000, 2001, 2002, 2003 Location: Front Wheel Drive: 4WD -- ...
Started 1 week, 1 day ago (2009-11-19 15:48:00)
by Shannan
I am in cell F5 of worksheet "January" and am trying to get it to display what is in cell B1 of worksheet "Sheet1" within the same workbook. For some reason it won't show the value, it just shows me the formula i've typed in. I tried: ='Sheet1'!B1 (which i have in another document and it's working fine) ='Sheet1!'B1 =Sheet1!...
Started 2 days, 12 hours ago (2009-11-25 10:17:00)
by Sungibungi
Hello users. I'm trying to figure out a way to dynamically reference file names that have different months. I am trying to do the following: There is a master file and many slave files (organized into months). Master.xls wants to vlookup data corresponding to date from corresponding month file. Example:...
Started 1 week ago (2009-11-20 04:17:00)
by zeetec
Hi, I have a field in my table called 'completed'. I want to have an if statement in my form which says:- if 'completed' = "Yes" Then Thank you for completing the form Else (the rest of the form displayed) In classic asp I would do:- Code: Thank you for completing the form (the form displayed here) 'objRS' being my database table recordset....
Started 1 day, 1 hour ago (2009-11-26 20:41:00)
by CobaltSS
Hi all, I've created an SQL connection from our NAV (SQL) database to an external database stored on a different server. I would like to display the returned results in a report. How do I reference the data fom my recordset? Here's the code I'm using: Code: Select all ADOConnection.Open; IF CREATE(ADORecSet) THEN BEGIN SQLString[1] := 'SELECT DisplayName, Location from dbo...
Started 4 days, 12 hours ago (2009-11-23 10:09:00)
by B2A
Hi, I am testing a trigger that seems to work only when both objects are standard (date on contact record updates date on account record which is parent). However, when I try the same thing with custom object being child I get an error when saving the custom object record (Meeting) ... below is the code (the area highlighted in red is the problem area) trigger UpdateAccount_...