data conversion from spreadsheet to database
Normally it would be a problem but one spreadsheet has 2 thousand rows of data where product information is spread over 2 rows...
eg. I've simplified it...
row 1 = product code, description
row 2 = product price
row 3 = product code, description
row 4 = product price
and so on...
what's the best way to convert this into a database ? Ideally I need a method to combine every 2 rows into a single row in the database
eg. I've simplified it...
row 1 = product code, description
row 2 = product price
row 3 = product code, description
row 4 = product price
and so on...
what's the best way to convert this into a database ? Ideally I need a method to combine every 2 rows into a single row in the database
how do you enter this formula in Excel ?
if J6 starts with "L" then I7=J6
so far using the formula wizard I've got
=IF(I6="L*",J5=I6,"-")
but the ="L*" is clearly wrong
if J6 starts with "L" then I7=J6
so far using the formula wizard I've got
=IF(I6="L*",J5=I6,"-")
but the ="L*" is clearly wrong
Last edited by spectrum48k; Nov 14, 2007 at 03:42 PM.
Thread
Thread Starter
Forum
Replies
Last Post



it's like VBasic sorta!
