Need help with identifying formula....

PazSince1976

New Member
Joined
Mar 2, 2024
Messages
1
Office Version
  1. 365
  2. 2021
  3. 2019
Platform
  1. Windows
i am very intermediate using Excel. so i need help with the name of the formula that can help me.

on page one, its called tasks. i have jobs listed on there, with quantities. how many times i will have to do a task. when i put a 1 in quantity (Seen in Pic 1), i want the 2nd page, which has materials. to populate (seen in pic 2)

if i want to put a 2 in quantities, i would like the materials listed to double. ETC.

I know a step by step is too much too ask, but if someone could please let me know which formula is the best to use for this purpose?

Thank You so much in advance.
 

Attachments

  • 1l.jpg
    1l.jpg
    157.9 KB · Views: 28
  • 2l.jpg
    2l.jpg
    228 KB · Views: 29

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hi, a formula like vlookup, or index(match( would work. the problem with your data is that it is not EXACTLY the same. Your description in Tasks is different than the description in Process. In order for Vlookup or Index(Match to work, it has to be exactly the same. in this case, i would concatenate the size and description to get a unique value. however, you probably cannot change the spreadsheet. so, i would make a copy of the sheet, and then change the description wording. that way, you're not messing with the original data. you can mess around with the copied sheet. cheers!
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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