I'm sure this is easy, but I have a column of numbers that I want to always be rounded up. I set the cells to show 0 decimal places but didn't see an option for rounding up. Help?
More importantly, I'm still working on another problem with linking cell values between spreadsheets/workbooks. I have a list of products in a spreadsheet that was designed to alert the company when items need to be re-ordered. It depends on updated sales info though, which comes from spreadsheets that don't include the entire list of products. Is it possible to link the data such that the sales info links into the reordering sheet by product number?
For example:
Reordering sheet
Item# - Item - Cost - Available Inventory**
11 - Wine - $15 - 7
12 - Beer - $12 - 3
13 - Soda - $8 - 10
14 - Juice - $9 - 2
**where available inventory is the linked data
Sales info sheet
Item# - Item - #sold - Available Inventory**
11 - Wine - 2 - 5
13 - Soda - 3 - 7
What I want is for the reordering sheet to then update correctly
Item# - Item - Cost - Available Inventory**
11 - Wine - $15 - (5)
12 - Beer - $12 - 3
13 - Soda - $8 - (7)
14 - Juice - $9 - 2
I know how to link spreadsheets but right now when I link, the data items just fill contiguous spaces without reference to matching up. Unfortunately, I don't have a very good knowledge of the inner workings of excel (macros, etc.) so I haven't been able to tackle this one myself. Any help would be hugely appreciated.
More importantly, I'm still working on another problem with linking cell values between spreadsheets/workbooks. I have a list of products in a spreadsheet that was designed to alert the company when items need to be re-ordered. It depends on updated sales info though, which comes from spreadsheets that don't include the entire list of products. Is it possible to link the data such that the sales info links into the reordering sheet by product number?
For example:
Reordering sheet
Item# - Item - Cost - Available Inventory**
11 - Wine - $15 - 7
12 - Beer - $12 - 3
13 - Soda - $8 - 10
14 - Juice - $9 - 2
**where available inventory is the linked data
Sales info sheet
Item# - Item - #sold - Available Inventory**
11 - Wine - 2 - 5
13 - Soda - 3 - 7
What I want is for the reordering sheet to then update correctly
Item# - Item - Cost - Available Inventory**
11 - Wine - $15 - (5)
12 - Beer - $12 - 3
13 - Soda - $8 - (7)
14 - Juice - $9 - 2
I know how to link spreadsheets but right now when I link, the data items just fill contiguous spaces without reference to matching up. Unfortunately, I don't have a very good knowledge of the inner workings of excel (macros, etc.) so I haven't been able to tackle this one myself. Any help would be hugely appreciated.