Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3850524
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:01:22+00:00 2026-05-19T17:01:22+00:00

I have a workbook that I’m trying to figure out how to do what

  • 0

I have a workbook that I’m trying to figure out how to do what I want. Macros are not an issue and Im certain I will have to use vba for my needs but dont know enough to put a dent in what i want to do.

The Basic premise is as follows. I have a two sheet workbook, Sheet 1 contains the current date and two fields one for #of Calls and the other for # of completes. Sheet 2 has a series of dates (for the month) and the same 2 fields form sheet 1 for all the dates. What I want to happen is, depending on the date on sheet 1 then sheet 2 will autofill the proper fields for that date. Leaving all other fields alone. I cannot get it to where it will leave the rest of the spreedsheet alone (not blank them out or put 0) and only populate the correct date.
I have uploaded a sample spreed sheet here. If anyone could provide me with any direction I would be greatly appreciative. If anything is unclear then please ask for clarification. Thanks in advanced.

STP

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T17:01:22+00:00Added an answer on May 19, 2026 at 5:01 pm

    You may run this macro:

    Option Explicit
    
    Sub r()
    Dim c as Range
    
    For Each c In Worksheets("Sheet2").Range("A2:A999")
     If c.Value = Worksheets("Sheet1").Range("A2").Value Then
       c.Offset(0, 1).Value = Worksheets("Sheet1").Range("b2").Value
       c.Offset(0, 2).Value = Worksheets("Sheet1").Range("c2").Value
     End If
    Next c
    
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Excel workbook that I want to use as a template. It
I have a workbook that has a lot of different macros in it, as
I have a Excel Workbook that I use as a report template. I change
I have an excel workbook that uses VBA. This VBA works fine except when
I have an open workbook that has a bunch of macros in it, one
I have created an excel workbook application that is free to use; however, I
I have a VB6/VBA application that hooks into Excel and loads a workbook. It
I don't know if this is possible or not. I have a workbook that
I have an Excel 2003 workbook that contains a macro to copy certain of
I have a program that spits out an Excel workbook in Excel 2003 XML

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.