+ Reply to Thread
Results 1 to 20 of 20

Enter a value to change other cell values to match that throughout multiple worksheets

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    18

    Angry Enter a value to change other cell values to match that throughout multiple worksheets

    Hello,

    Insert all the values from the workbooks into master(sheet 1), and delete all duplicates is the plan. I've been trying to figure out a way to have Sheet 1 be a master file and be able to put a value in a cell (like done) & search column a(part number), and have it reflect every other value in the rest of the workbook. Then once that value changes in the rest of the workbook have conditional formatting highlight a certain color. I know how to do the conditional part, but not the first part.
    .

    sheet 1

    column a column b
    12345 done
    12346 not done

    sheet 2
    reflect 12345 being done
    reflect 12346 not being done

    sheet 3
    & so on

    sheet 4
    & so on

    I can post an attachment if needed
    Attached Files Attached Files
    Last edited by swiftworks; 01-14-2013 at 05:21 PM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    for the first part (get all data in sheet Master).

    I used the macro below.

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    01-14-2013
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    I went ahead and deleted the duplicates on the master. I would like to have Column C have an entered value (Released or In Design) then have it search the following sheets for column a (the part number) and replace the value in the other sheets to match if they are done or not.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    You have to give more information, when the data needs to show up. (Released or In Design)

    Mabye you can add it in your file (post the desired result in your Master-sheet).

    I noticed you deleted column A (which is the name of the sheet).

    You don't want to know where the data is located?

  5. #5
    Registered User
    Join Date
    01-14-2013
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    I have each sheet done individually right now as whether or not the drawing (which is what this info is for) is released or in design. I would like the master (sheet 1) file status (column c) to populate the status in the other sheets (manually entered on the other sheets as of now) if it can find the part number in that worksheet. What i did for example is put a value in sheet one cell C2 (Released Document), i want the released document to populate anywhere else in the file it could find. For example i deleted column C in sheet 2 and added 10016 to the data. I'd like it to say released document or turn green because the master file represents that the file is completed. For this sheet and all other sheets that the 10016 is in. Each sheet represents a different product.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    01-14-2013
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    It doesn't even need to transfer the Released or In design, maybe if it just looked up 10016 in the master, searched the other sheets to find it or not. if it did, it would then look up the value of in design or released and based on the master data, highlight it Green (done) or red ( in design).

  7. #7
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    If you have all data in the MASTER sheet, why would you like to change other sheets.

    Why not use the MASTER sheet for counting etc.

  8. #8
    Registered User
    Join Date
    01-14-2013
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    I would think it would be easier to sort out per project. just find the project your looking for and boom. We could use filter and sort by that, but I believe it is a cleaner way of presenting data to a department.

  9. #9
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    I don't understand what your up to.

    Maybe you can get more information with an pivot table.

    See the attached file.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    01-14-2013
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    Basically I took this very simple here, maybe this might help my confusing problem.

    I want the value of the cell(column B master sheet) to be used to populate column B in the rest of the sheets with the same status. If it would be easier to just change the row color to red or green based on the master status, that would work as well.
    Attached Files Attached Files

  11. #11
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    Try this in C1 of your sub sheets :
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    drag down
    you may want to enlarge the Blue sections of the above to allow extra items as well

    Hope this helps
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  12. #12
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    OK, but once again, why don't (e.g. filter or pivot table) on the master sheet.

    It much easier to work with data if all data are in 1 sheet.

  13. #13
    Registered User
    Join Date
    01-14-2013
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    when i input that data into C1 on sheet 2, nothing populates, did you try it on the wb?

  14. #14
    Registered User
    Join Date
    01-14-2013
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    I am not too sure on pivot tables and with the filter, it wont take one value and populate all the values accordingly. It does however state what goes on where, but this data will often change and having a master file would be better.

  15. #15
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    Yes I did, but it was the previous one, not your latest..give me a few

  16. #16
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    For your NEW upload in B2 of second sheet:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Drag down

  17. #17
    Registered User
    Join Date
    01-14-2013
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    Awesome, worked for the basic version. I tried to input the first formula into the attached WB and I did not get the same thing though? I must be inserting it into the wrong cell. I just get a blank value in them
    Attached Files Attached Files

  18. #18
    Registered User
    Join Date
    01-14-2013
    Location
    Denver, Colorado
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    hey nevermind i figured it out thanks a lot mayne

  19. #19
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    The problem with your upload is you only have 2 items with status descriptions so this will return blanks for all other items, also..your first sub sheet has headers, while all the rest do not, will they?
    If so, I would put them in(or at least insert a blank row at the top) before entering the formula into them

  20. #20
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Enter a value to change other cell values to match that throughout multiple worksheets

    You are very welcome

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1