Automatically add value to column B when a value is added to column A by an outside source. separate sheets

renraw9002

New Member
Joined
Jun 20, 2024
Messages
22
Office Version
  1. 365
Platform
  1. Windows
I have two separate sheets in the same file. The main sheet A, the main sheet most users will actually interact with, and a hidden sheet B that gets values automatically added to it by a couple of different outside sources. My problem is originally I was using xlookup to have column A of main sheet A look at column B for the date, then it would go to hidden sheet B and look at the date in column B there then pull the number from A when a value was added to column A on secret sheet B. However the date on column B of Hidden B is also auto-populated by an outside source, but due to the way these other systems work I won't be able to have the date of column B on Hidden B get populated until 2 days after the number on Hidden B column A is already there. So the value I need from Hidden B column A is just sitting there when I need it on main sheet A column A the day before the date on Hidden B column B gets populated. Clear as mud? great. Sadly I don't have microsoft excel on my home computer. I tried my best to figure out how to use xl2bb without it, but I am not a clever man. Here's a couple photos to hopefully help somewhat.
 

Attachments

  • excelhelp1.png
    excelhelp1.png
    20.8 KB · Views: 5
  • excelhelp2.png
    excelhelp2.png
    95.6 KB · Views: 7
Alternatively, you could have a formula mirror column A on the hidden sheet assuming the dates on both sheets always align in the same rows as in your images.

Excel Formula:
=IF(ISBLANK(SecretSheet!A2), "",SecretSheet!A2)
 
Upvote 0
Alternatively, you could have a formula mirror column A on the hidden sheet assuming the dates on both sheets always align in the same rows as in your images.

Excel Formula:
=IF(ISBLANK(SecretSheet!A2), "",SecretSheet!A2)
Unfortunately they do not. That was just me trying my best to provide something resembling an example. Due to the outside sources as well there is the rare occasion where column A hidden B gets populated, but the date on hidden B won't. Idk why. When this happens the material numbers just end up at the bottom of column A hidden B in a jumble, but when the date gets populated 2 days later it corrects itself on the hidden sheet.
 
Upvote 0

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