• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Excel help

theres a couple of things i want to do in excel but not sure how

i have data relating to steel plate width, length, gauge, number of rolls used and strategy used

how would i go about doing this

i need a formula to check 2 columns (width and length) and look for, say width of 1000 and length of 12000. when it finds those 2 conditions i want it to then move the entire row to a new location

ie current row goes from A1 to O1 and when it finds 1000 and 12000 it moves the row A1-O1 to say A20 - O20 (though the actual worksheet is a couple of thousand rows)
 
i'd do that using VBA...
if you know any visual basic programming then it'll be really easy

try this site:
http://www.mrexcel.com/

its free to sign up and people are VERY responsive and helpful in the forums, really helped me out when i needed it last year! 🙂

good luck!
 
Do you want it to run once or to be in constant effect?
Does it have to completely remove the row or just copy it?
It is possible through Excel formulas but not if u want only run once.
 
Originally posted by: Kelnoen
Do you want it to run once or to be in constant effect?
Does it have to completely remove the row or just copy it?
It is possible through Excel formulas but not if u want only run once.


how do you mean run once?

ill probably need to do it for other sizes too.... so i guess maybe just re-arranging the data in ascending or descending order will do
 
Back
Top