PC Review


Reply
Thread Tools Rate Thread

comibantion of various functions

 
 
fflores818
Guest
Posts: n/a
 
      17th Nov 2008
Hi. I am new into the group.
I have a new excel sheet that I create everytime I run a SQL query. I
pull information from MAS90 software.
Some of the information I'm getting is:
PO number Item #, QTY, Description 1.
This is the problem:
For every PO#, I could get up to four lines.

248020145 788904611392 RV JCP 600 PRESTIGE WGD COMF-K 1
248020145
00000000000000000020
248020145 788904611378 RV JCP 600 PRESTIGE WGD COMF-T 1
248020145
00000000000000000012
349236056 788904641382 FV JCP PRESTIGE WGD PILLOW-Q 2
349236056
00000000000000000017

How do I combine the second line (...000020) to the first one and the
fourth one to the third one?
I need to check if the PO column is the same. if it is,
then if the item # cell is emty (Column B) copy F6 to F5 and delete
the entire row.

Repeat the check for the PO # column.
Bottom line is to end up with one row of just one PO #, item #,
description, qty, and "long number"
Is there anyone who can helo me figure this out?
Thank you.
I will appreciate it enternaly.
Francisco
 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a
 
      17th Nov 2008
It can be done. But it would be easier to have the workbook to write the
code. If you want you cab send me a copy of the workbook and can code you up
something.
Just let me know.

"fflores818" wrote:

> Hi. I am new into the group.
> I have a new excel sheet that I create everytime I run a SQL query. I
> pull information from MAS90 software.
> Some of the information I'm getting is:
> PO number Item #, QTY, Description 1.
> This is the problem:
> For every PO#, I could get up to four lines.
>
> 248020145 788904611392 RV JCP 600 PRESTIGE WGD COMF-K 1
> 248020145
> 00000000000000000020
> 248020145 788904611378 RV JCP 600 PRESTIGE WGD COMF-T 1
> 248020145
> 00000000000000000012
> 349236056 788904641382 FV JCP PRESTIGE WGD PILLOW-Q 2
> 349236056
> 00000000000000000017
>
> How do I combine the second line (...000020) to the first one and the
> fourth one to the third one?
> I need to check if the PO column is the same. if it is,
> then if the item # cell is emty (Column B) copy F6 to F5 and delete
> the entire row.
>
> Repeat the check for the PO # column.
> Bottom line is to end up with one row of just one PO #, item #,
> description, qty, and "long number"
> Is there anyone who can helo me figure this out?
> Thank you.
> I will appreciate it enternaly.
> Francisco
>

 
Reply With Quote
 
fflores818
Guest
Posts: n/a
 
      18th Nov 2008
On Nov 17, 1:22*pm, Mike <M...@discussions.microsoft.com> wrote:
> It can be done. But it would be easier to have the workbook to write the
> code. If you want you cab send me a copy of the workbook and can code youup
> something.
> Just let me know.
>
>
>
> "fflores818" wrote:
> > Hi. I am new into the group.
> > I have a new excel sheet that I create everytime I run a SQL query. I
> > pull information from MAS90 software.
> > Some of the information I'm getting is:
> > PO number Item #, QTY, Description 1.
> > This is the problem:
> > For every PO#, I could get up to four lines.

>
> > 248020145 * * * * 788904611392 * * RV JCP 600 PRESTIGE WGD COMF-K *1
> > 248020145
> > 00000000000000000020
> > 248020145 * * * * 788904611378 * * RV JCP 600 PRESTIGE WGD COMF-T *1
> > 248020145
> > 00000000000000000012
> > 349236056 * * * * 788904641382 * * FV JCP PRESTIGE WGD PILLOW-Q * *2
> > 349236056
> > 00000000000000000017

>
> > How do I combine the second line (...000020) to the first one and the
> > fourth one to the third one?
> > I need to check if the PO column is the same. if it is,
> > then if the item # cell is emty (Column B) copy F6 to F5 and delete
> > the entire row.

>
> > Repeat the check for the PO # column.
> > Bottom line is to end up with one row of just one PO #, item #,
> > description, qty, and "long number"
> > Is there anyone who can helo me figure this out?
> > Thank you.
> > I will appreciate it enternaly.
> > Francisco- Hide quoted text -

>
> - Show quoted text -


Hi MIke.
What e-mail should I send you the file to?
thank you for your help.
Francisco
 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      18th Nov 2008
Francisco,
Send to (E-Mail Removed)
Also on another sheet or a different workbook show what you want the sheet
to look like when finished.

Thanks Mike



"fflores818" wrote:

> On Nov 17, 1:22 pm, Mike <M...@discussions.microsoft.com> wrote:
> > It can be done. But it would be easier to have the workbook to write the
> > code. If you want you cab send me a copy of the workbook and can code you up
> > something.
> > Just let me know.
> >
> >
> >
> > "fflores818" wrote:
> > > Hi. I am new into the group.
> > > I have a new excel sheet that I create everytime I run a SQL query. I
> > > pull information from MAS90 software.
> > > Some of the information I'm getting is:
> > > PO number Item #, QTY, Description 1.
> > > This is the problem:
> > > For every PO#, I could get up to four lines.

> >
> > > 248020145 788904611392 RV JCP 600 PRESTIGE WGD COMF-K 1
> > > 248020145
> > > 00000000000000000020
> > > 248020145 788904611378 RV JCP 600 PRESTIGE WGD COMF-T 1
> > > 248020145
> > > 00000000000000000012
> > > 349236056 788904641382 FV JCP PRESTIGE WGD PILLOW-Q 2
> > > 349236056
> > > 00000000000000000017

> >
> > > How do I combine the second line (...000020) to the first one and the
> > > fourth one to the third one?
> > > I need to check if the PO column is the same. if it is,
> > > then if the item # cell is emty (Column B) copy F6 to F5 and delete
> > > the entire row.

> >
> > > Repeat the check for the PO # column.
> > > Bottom line is to end up with one row of just one PO #, item #,
> > > description, qty, and "long number"
> > > Is there anyone who can helo me figure this out?
> > > Thank you.
> > > I will appreciate it enternaly.
> > > Francisco- Hide quoted text -

> >
> > - Show quoted text -

>
> Hi MIke.
> What e-mail should I send you the file to?
> thank you for your help.
> Francisco
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert cell formula functions to code functions Adnan Microsoft Excel Misc 1 1st Oct 2008 08:30 PM
Optional Variables in Functions (REPLACE and other 'Worksheet' functions) Evi Microsoft Access Queries 2 6th May 2008 09:59 PM
efficiency: database functions vs. math functions vs. array formula nickname Microsoft Excel Misc 2 14th Jul 2006 04:26 AM
Conversion from Spreadsheet Toolkit functions (ESSV....) to EssBase API functions sujay Microsoft Excel Programming 0 5th Jun 2006 10:13 AM
Conditional Functions - logical functions based on volatile variables WorkerB5 Microsoft Excel Worksheet Functions 2 14th May 2004 11:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:40 PM.