copy certain cells in a row to another page if a value is present in a cell in that row

Serafin54

Board Regular
Joined
Apr 11, 2014
Messages
155
Office Version
  1. 2016
Platform
  1. Windows
Ok so I've been trying to work on an inventory spreadsheet. I'm trying to make it as user friendly as possible due to the excel levels of the users that will be maintaining it. What I have is on sheet 1 (Inventory List)is,
EFGHIJKLMNOP
DescItem #Per PackUnit PriceVendorPacks in stockEaches in StockTotal in StockInventory ValueReorder LevelFill ToQuantity to Order
clips123412.99abc co.90.75$0.740.51
bottles098753.79acme20.4$1.52132.6

<tbody>
</tbody>

I have a couple formulas running like a flag if in stock is less than reorder level and one in column P (quantity to order) =IF((N2-L2)>0,(O2-L2),"")

What I'd like to do is
a) roundup the number in P - having major brain fart and can't figure out where to put the ROUNDUP
b)If a value is returned by formula in column P, be able to have cells in columns E,F,I,H,P fill on sheet 2 (Order Form) in a different order (I,E,F,P,H) if at all possible. If not I could just move the columns around.

Thanks!
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

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