I have two tables on one worksheet. I need to pull a number from one table (C3) and place it in another table cell (J3) and change that number to 16. Any suggestions? Thanks in advance.
I have two tables on one worksheet. I need to pull a number from one table (C3) and place it in another table cell (J3) and change that number to 16. Any suggestions? Thanks in advance.
Hi Lagina,
Wow!! If you're going to change the number to 16 in the end, why does it matter what number you pull from the table in the first place? We'd need to see a sample of what you are trying to do to understand this question and give a possible answer.
Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.
Remember to desensitize the data.
Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
I guess it doesn't really matter what number is in the original cell as long as it is above 0 then I need it to show 16 in the other cell.
in J3 of Sheet2
=IF(Sheet1!C3>0,16,0)
Thanks! Works perfectly![]()
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks