Questions tagged [auto-populating]

25 questions
0
votes
1 answer

Auto populating rows from another sheet conditional to a specific cell value

Hello i am trying to autopopulate rows from another sheet if a specific value if found in a specific cell. So far, i managed to do it manually by adding this line in Sheet #2 for each cell. =IF(OR('Le 2250'!$C48="Nouveau locataire",'Le…
Lou
  • 31
  • 5
0
votes
1 answer

Populating values with IF condition and headers

So here's my situation. See the picture for better understanding. Example table So what I'm trying to do is that, IF cell in columnn C isn't empty, the excel will populate first 3 letters of Column B to columnn D. I used following macro to do…
Bradi
  • 1
  • 1
  • 3
0
votes
0 answers

caldera form wordpress-dynamically populating dropdown list options

I need to populate a dropdown list options in a form named "order" with the entries of another form "agent" . The name of the field to be populated is 'Agent Name', slug:"agent_name". The entries are of field "Client Name" [slug:'client_name'] …
Karun
  • 1
  • 1
0
votes
1 answer

R: autopopulation of data and date complements in a date sequence?

I am trying to autopopulate data. I need a command to fill the gaps between dates: Intended Output shows the gaps with similar precedence fills. The filling requires to fill the missing date entries. In R, how to autopopulate the data by filling the…
0
votes
1 answer

WordPress autofill form with user name

I have a WordPress site with forms on it. I am trying to autofill the name field in the form with the login name from WordPress. How can I do this? I tried some php get current user name but that did not work. Any help will be greatly…
mcgergor
  • 1
  • 3
0
votes
0 answers

Gridview with universal image loader images are loading slowly

i'm using universal image loader to populate thumbnails into gridview from assets gallary but images are loading slowly during scrolling up or down so i think because images are being loaded with it's current resolution so how i can change the…
Joseph27
  • 129
  • 3
  • 16
0
votes
1 answer

MVC -> Binding to Collections of Custom Types

Property, from which of set of hidden fields are to be populated: public abstract class MyPageView { [UIHint("List")] public IEnumerable OptionList { get; set; } } Command to do so: @Html.EditorFor(m =>…
0
votes
1 answer

Populate a T-SQL Table automatically

I need to input into a table a list of 126 Sites with 7 types of pitches. The script I have written is not right and I cannot figure out why. What I would like to see is a column of Site_Skey 1, 1, 1, 1, 1, 1, 1 and a column of PitchType_Skey…
wafw1971
  • 361
  • 3
  • 7
  • 17
-1
votes
1 answer

Populate Google Form With Short Question from Google Sheets (App Script)

I want to create a google form that is used for my customers to inform me whenever they want to buy something from me. The google form is simple, it is filled with short questions of list of on sale item that ask about the quantity of item that they…
-1
votes
4 answers

SQL joining two tables

I have 2 tables employees(id and name) and salary(id, salary), the 1st has 4 rows and 2nd has 2 rows. table 1 Table 2 id Name id salary 1 Sue 1 10000 2 Sarah 3 9000 3 Nick 4 james I…
LearningSQL
  • 33
  • 1
  • 4
1
2