I
inzzane
First off, please forgive me if this is posted somewhere else. I looked
but could not quite get anything to work for my issue.
I have 2 .xls files.
The first file is an order list, and contains the item name in colum
c, and the quantity in column d. There are multiple listings of eac
item in this file.
EXAMPLE:
Column C Columd D
wireset 8
monitor 2
keyboard 1
wireset 4
CPU 1
What I meed to do is figure out how to do a search for "wireset" an
get a total of 12, as well as erase those 2 lines when it is added t
the new location in File 2
File 2
Column A Column B
Wireset (Script goes here)
Monitor (Script goes here)
Keyboard (Script goes here)
CPU (Script goes here)
when all scripts are run, the remaining orders will then be copied ove
to the new file.
This has been an issue for me for a week now. any help will b
appreciated.
Here is my last try, but would not total up.
=SUM((('[BOM.xls]MDF
IDF'!$A$2:$A$100)>=VALUE("wireset"))*(('[BOM.xls]MDF
IDF'!$C$2:$C$101))
but could not quite get anything to work for my issue.
I have 2 .xls files.
The first file is an order list, and contains the item name in colum
c, and the quantity in column d. There are multiple listings of eac
item in this file.
EXAMPLE:
Column C Columd D
wireset 8
monitor 2
keyboard 1
wireset 4
CPU 1
What I meed to do is figure out how to do a search for "wireset" an
get a total of 12, as well as erase those 2 lines when it is added t
the new location in File 2
File 2
Column A Column B
Wireset (Script goes here)
Monitor (Script goes here)
Keyboard (Script goes here)
CPU (Script goes here)
when all scripts are run, the remaining orders will then be copied ove
to the new file.
This has been an issue for me for a week now. any help will b
appreciated.
Here is my last try, but would not total up.
=SUM((('[BOM.xls]MDF
IDF'!$A$2:$A$100)>=VALUE("wireset"))*(('[BOM.xls]MDF
IDF'!$C$2:$C$101))