SlideShare a Scribd company logo
CASE 1
Data File needed for this Case Problem: Modem.xlsx
PC-Market Distribution Linda Klaussen works for PC-Market
Distribution, a computer
supply store. She needs your help in designing an Excel
workbook to enter purchase .
order information. She has already entered the product
information on PC-Market's line of
modems. She wants you to insert a lookup function to look up
data from the product table.
The company also supports three shipping options that vary in
price. She wants the
purchase order worksheet to be able to calculate the total cost of
the order, including the
type of shipping the customer requests. She also wants to use
advanced filtering to copy
, data on all modems under $50 to a new worksheet to review
prices of the inexpensive
items. Finally, she wants to calculate average prices for each
category of modems using a
Database function.
Complete the following:
1. Open the Modem workbook located in theTutorial.07Case1
folder included with
your Data Files, save the workbook as PC Modem in the same
folder, and then, in
the Documentation worksheet, enter the date and your name.
2. In the Purchase Order worksheet, Product ID numbers will be
entered in cell B5.
Create a lookup function to display the product type in cell C7,
the model name in
cell C8, and the price in cell C9. Product information is
displayed in the Product List
worksheet.
3. If an incorrect product ID number is entered in cell B5, then
cells C7, C8, and C9
will display the #N/A error value. Linda wants these cells to
display the message
Product ID not found if the ID entered is not found.
4. Enter one of three shipping options offered by PC-Market
(Standard, Express,
Over-, night) in cell B15. Set up an area in the range D40:E42
to store Standard
shipping costs $9.50, Express shipping costs $14.50, and
Overnight shipping
costs $18.50. Use IF functions to display the costs of the
shipping in cell C17. If an
invalid shipping option is entered in cell B15, then Invalid
Shipping option should
appear in cell C17. If the Shipping option, cell B15, is blank,
then cell C17 should
be blank. (Hint: The IF functions should reference the cells in
the range D40:E42.)
5. Display the total cost of the product (price times quantity)
plus shipping in cell Ci 9.
If the cell equals an error value (#Value), display the message
Check Product ID,
Quantity, or Shipping option.
6. Test the worksheet using a product ID number of 1050,
quantity 2, and the Express
shipping option.
7. In the Summary worksheet, use appropriate functions to
determine the average
modem price and count for each modem type.
8. Save and close the workbook. Submit the finished workbook
to your instructor,
either in electronic form, as requested.
CASE 2
Data File needed for this Case Problems: Leave.xlsx
Town of Baltic Adminstrative Office Alan Weltoh, HR
Generalist, at the Town of Baltic
Administrative Office in Baltic, Indiana, has a workbook that
tracks the amount of vacation
time and family leave used by each employee in the town. Alan
needs to calculate how
much vacation and family leave each employee is eligible for.
Then, he can subtract the
amount they have already used from that amount. He also wants
to calculate the total
number of vacation and family leave days used by all
employees, as well as the total
number of days remaining. The eligibility requirements for the
different vacation and
family leave plans are as follows:
For vacation:
-time employees who have worked 4 or more
years
-time employees who have worked 2 years but
less than 4 years
-time employees who have worked 1 year but
less than 2 years
For family leave:
5 days for full-time employees who have worked 1 or more
years
-time employees who have worked less than 1
year or for part-time
employees who have worked more than 1.5 years
Use these eligibility requirements to calculate the available
vacation and family leave time
for each employee.
Complete the following:
1. Open the workbook Leave located in theTutorial.07Case2
folder included with
your Data Files, save the workbook as Baltic Leave in the same
folder, and then
enter the date and your name in the Documentation worksheet.
2. In the LeaveData worksheet, create an Excel table from the
range A5:J107, name
the Excel table as Leave, and then remove the filter arrows. Set
the column width
for columns B through J to 10.
3. Calculate Years Employed in column D. Use Date Hired and
current date (assume
7/1/2013, which is stored in cell Z6) and express length of time
employed in years.
Use the formula (current date - date hired)/365.
4. In column E, enter a formula using nested IF and AND
functions to determine the
number of vacation days (based on the vacation rules described
previously) each
employee is eligible for based on the employee's job status in
column B and on the
Length of Time Employed in column D.
5. Subtract the amount of vacation used from the available
vacation time, displaying
the remaining vacation time in column G for all employees.
6. In column H, enter a formula to determine each employee's
total family leave time
(based on the family leave rules described previously). (Use
nested IF, AND, and
OR functions.)
7. To determine the remaining family time, subtract the used
portion of the family
leave from their total family leave and display the results in
column J.
8. In the Leave Summary worksheet, use a function to calculate
the total number of
employees eligible for the different vacation leave plan. (Hint:
An employee who is
eligible for the 15-day vacation leave will have the value 15 in
column E of the
Leave Data worksheet.)
9. Enter formulas in the Vacation Leave Summary report to
calculate the total number
of vacation days and days remaining for each vacation plan.
10. Calculate the total number of employees, total days, and
days remaining in row 8
of the report you started in Step 9.
11. Save and close the workbook. Submit the finished workbook
to your instructor,
either in electronic form, as requested.
Case Problem 3
Data File needed for this Case Problem: M-Fresh.xlsx
M-Fresh Water Company A small independent water company
in Miami, Oklahoma,
M-Fresh Water Company provides water to its commercial
customers throughout the
region, delivering the supply of water through pipelines, on-
demand storage tanks, and
bottles. Customers of M-Fresh Water range from government
offices to nonprofit
organizations to commercial retail shops and markets. Town
regulations indicate that the
latter group of commercial customers is taxed on their usage,
whereas nonprofit and
government offices are not. Furthermore, M-Fresh Water will,
from time to time, choose to
waive a water bill based on its charitable giving policy.
Dawes Cado is in charge of the billing system that must take
into account these business
rules and ensure accurate and on-time billing, which is
completed each quarter.
Complete the following:
1. Open the M-Fresh workbook located in the Tutorial.07Case3
folder included with
your Data Files, save the workbook as Water Bills in the same
folder, and then
enter the date and your name in the Documentation worksheet.
2. In the Quarterly Data worksheet, create an Excel table for the
range A1 :G73.
Name the table as WaterData. Remove the filter arrows. Format
the Gal Used data
in the Comma Style number format with no decimal places. Add
the following three
columns to the table: Water Bill, Tax, and Total Bill.
3. Calculate the Water Bill based on the following rules:
column.
Gal Used (gallons used) must be greater than 25,000 gallons
during the quarter;
otherwise, the water bill is 0.
type of customer. The
billing rate is $3, $2, or $1.50 per thousand gallons used
depending on the type of
customer (see the Billing Rate worksheet). For example, a
commercial customer
using 75,000 gallons has a water bill of $225(75x$3), whereas a
government
customer using 100,000 gallons pays $150(100x$1.50). A
commercial customer
using 15,000 gallons has a water bill of 0.
4. Calculate Tax based on the following rule: If a customer is
taxable, then multiply
the water bill times 3.5%; otherwise, the tax is 0. (Tax rate is
stored in cell T1.)
5. Calculate the Total Bill amount using the following formula:
Water Bill + Tax.
6. Improve the formatting of the number fields, and then insert
totals for GalUsed
(average) and Total bill (sum). Make a copy of the Quarterly
Data worksheet,
rename the copied worksheet Q2-6 and then return to the
Quarterly Data
worksheet.
7. Use conditional formatting to highlight the top 15% of
customers based on the total
bill. Use appropriate formatting. Filter the bills so only the top
15% are displayed.
Sort the largest first. Make a copy of the Quarterly Data
worksheet, rename the
copied worksheet Q7 and then return to the Quarterly Data
worksheet. Display all
records.
8. Insert a new worksheet and then create the Water Usage and
Billing By Type of
Customer report (shown below). Rename the worksheet as Q8
Billing Summary.
Use conditional IF functions to prepare the report.
Customer Type Number of
Customers
Average Gallons
Used
Total Billed
Commercial 37 322,437 $ 37,043.12
Non-Profit 11 87,661 $ 224.18
Government 24 774,267 $ 27,901.44
Total 72 437,267 $ 64,168.74
9. Make a copy of the Quarterly Data worksheet, rename the
copied worksheet
Q9-10. Management is considering eliminating the 25,000
gallon cutoff and bill
waivers. In the Quarterly Data worksheet use advanced filtering
to copy all data for
waived customers or customers using 25,000 gallons or less to
row 101 in the
Q9-10 worksheet.
10. Use the data you retrieved from Step 9 to calculate the lost
revenue from waived
bills and customers with water usage below 25,000. Assume for
the purposes of
the analysis that all water usage (25,000 gallon cutoff no longer
exists) will be
billed. Prepare a report.
11. You want to know how many businesses are either churches,
schools, or clinics.
Use the COUNTIF function to complete the report in a new
worksheet named Q11
Type Institution. (Use the Excel Help function to research using
the wildcard
characters as part of your criteria.) *
12. Save and close the workbook. Submit the finished workbook
to your instructor,
either in electronic form, as requested.
DocumentationM-Fresh Water
CompanyAuthor:Date:Purpose:Calculate water bills for
commercial businesses
Quarterly DataCustomer NameCust TypeBill
WaivedTaxableBilling YearGal UsedTax Rate3.5%Red Lake
ChapterNPROFITNoYes2013108300Amity
ChurchNPROFITYesNo201355160Church of
ChristNPROFITYesNo201332430NM State
HighwayGOVNoNo201395660Spot Free Power
WashCOMNoYes2013281200CIT Apartment
ComplexCOMNoYes2013257000Housing
AgencyGOVNoNo201323300Pinon Pizza
EdgeCOMNoYes201381110Department of
AgricultureGOVNoNo20132783000Chevron
StationCOMNoYes20131131600O B Trailer
ServiceCOMNoYes2013360800Red Mesa Express
COMNoYes2013392600Inscription House
IrrigationGOVNoNo2013895300Pure Lake
BuildingCOMNoYes201359240Assembly Of God
ChurchNPROFITYesNo201341690SD Natural Gas
CompanyCOMNoYes201360870Speedy'sCOMNoYes201334690
Window Pebble ApartmentsGOVNoYes201351790Press City
PHSGOVNoNo20133031700Crown High
SchoolGOVNoNo2013990000Watsons Hall
COMNoYes201382000Agnew Avenue
ChurchNPROFITYesNo201388840Accent
LandscapingCOMNoYes2013319090American Painting
COMNoYes2013332000Sandia Oil Company
Inc.COMNoYes2013148590NAPI Block
ApartmentsCOMNoYes2013442400WRABCGOVNoNo2013202
0300 Robson Bakery COMNoYes201376700Pays
InnCOMNoYes2013178300Wellness Center
IncCOMNoYes2013217700Van's Trading
LaundromatCOMNoYes2013964500Huge Industries
COMNoYes201328877Huge Global Industries
COMNoYes2013598600Citizens
FrontierCOMNoYes201356900Blanding
StakeNPROFITYesNo2013238200Elmor
constructionCOMNoYes201380530DNA Office
ComplexNPROFITYesYes201338040Energy Resources
BoardGOVNoNo2013262501st Baptist
ChurchNPROFITYesNo201375490Eastmoon
PetroleumCOMNoYes2013278009-12
LaundromatCOMNoYes20131863100Ed's Trading Post
COMNoYes201349000Red Mesa
DinerGOVNoYes201340530JWJ Mobile Home
ParkCOMNoYes2013524900Amarillo Trailer
ParkCOMNoYes201325200CFKCOMNoYes2013380460Evan
Carter Center Inc COMNoYes2013148174Commision of
Children and YouthGOVNoYes2013737000Veterans
CenterCOMNoYes201341920Business
AffairsGOVNoNo20133978000Magore High
SchoolGOVNoNo20131207700Tema Health
ClinicGOVNoNo2013415000Cedar
SchoolGOVNoNo2013479400Chaleta
ApartmentsGOVNoYes201373050Environmental
QualityGOVNoNo2013713400Eagle Rock Professional
BuildingCOMNoYes201341830Van's Trailer
CourtCOMNoYes2013165900Pinon Clinic X-
rayGOVNoNo201363200Bulger Irrigation
departmentGOVNoNo2013625200Pic and
GunCOMNoYes201367270Snowy PM
GroupNPROFITYesNo201383270Pinon
HousingGOVNoYes201355000Sunnyday Day
CareGOVNoYes201356495PHS
IrrigationGOVNoNo201370600The Nazarene
ChurchNPROFITYesNo201384050Balboo
MissionNPROFITYesNo20131188006-12 Trailer
CourtCOMNoYes201388600Shipreck Burger
KingCOMNoYes2013204380David Henry
ElementaryGOVNoNo2013122800Springs Trading
PostCOMNoYes201344320FDIHSGOVNoNo201334100Old
Peabody TCCOMNoYes20132072000
Billing RateTypeBill Rate
Roy: for each 1000 galllons used
TypeComNPROFITGOVCOM$ 3.00Bill Rate$ 3.00$ 2.00$
1.50NPROFIT$ 2.00GOV$ 1.50
DocumentationTown of BalticAuthor:Date:Purpose:To record
and summarize vacation and family leave data foremployees of
Town of Baltic
LeaveDataNameStatusDate HiredYears EmployedVacation
LeaveUsed Vacation LeaveRemaining Vacation LeaveFamily
LeaveUsed Family LeaveRemaining Family
LeaveAbbaFT8/23/1050Years Employed as of
7/1/13AbbotFT5/7/1300AdtkinsFT10/6/1141AndrewsFT5/15/11
30BakerPT3/19/1200BergFT12/28/0941BergemanFT10/1/1200B
lakeCN8/17/1000BlissFT3/20/1163BorchardtCN7/6/1000Captia
nFT1/8/1235CareyPT5/4/0900ChiFT9/12/1132ChouFT6/25/1230
ChristainFT1/21/1300ClarkeFT2/18/1300CrawfordPT8/20/1200
CzellerFT6/29/0900CziecwskiPT9/12/1100DavidsonFT3/4/1300
DavisFT9/26/1132DawesFT1/7/1300DoeringFT12/27/1020Dola
nFT5/4/0903DonellCN6/1/0900DouglasFT7/24/1110EarleFT12/
4/1200FaberPT8/21/1100FraseFT4/6/0903FullerPT12/27/1000G
ereFT5/14/1214GoreckiFT11/13/1120GreenFT7/23/1200Greenw
oodEX9/5/1200HaydenFT8/17/1072HenningsFT8/12/0924Hense
lPT8/7/0900HildebergFT9/14/1040HoganEX4/6/0900HowardFT
7/31/1200IsaacsFT8/18/0953JessupFT8/16/1200KarlsFT5/21/13
00KaufmannFT7/26/1011KnutesonPT4/6/0900KochPT4/3/1100
LasekPT4/15/1300LaszewskiPT9/20/1000LawtonFT12/11/1141
LeeFT1/8/1221LeiFT11/29/1000MahanezFT5/3/1042MenendezP
T8/20/1200MeyerPT7/13/0900MillerFT9/12/1133NelsonFT9/12/
1143NeversFT11/29/1032NielandFT12/4/1200OkanawaFT9/7/0
973PalmerFT12/26/1200PattersonPT6/26/1100PaulsonPT7/9/12
00PeshekPT12/11/1100PhmanFT11/12/1200PiaPT8/8/1200Quin
oneseFT1/21/1300RaabFT5/4/0942RabinFT5/7/1300RatcliffeFT
6/23/0912RaulingsPT9/4/1100RicardPT3/6/1100RocheFT8/21/1
112RodriguezFT4/16/1221RosenblumFT10/14/1071RoyPT8/21/
1100RyanPT3/4/1300SanchezFT4/30/1202SantoirreFT8/29/1122
SchorrCN4/6/0900ShapiroCN4/3/1100SidneyCN1/17/1200Takay
maFT4/16/1252TallardFT4/3/1140ThomasPT8/24/0900TracyFT
1/7/1300UnlaughtenPT7/13/0900VaughnFT4/6/1113VeroneseFT
5/14/1251VosPT7/13/0900WaltersFT5/31/1053WeigsteinFT10/2
9/1200WhitmanFT8/11/1050WhorleFT5/7/1300WhyteFT4/13/09
42WilliamsPT4/17/1100WoodsFT5/29/1300WuFT8/11/1062Wu
FT5/15/1171YoungFT6/30/1150ZellnerFT11/4/1002ZieglerFT11
/29/1073ZouFT6/28/1000
Leave SummaryVacation Leave SummaryVacation DaysNumber
EligibleTotal DaysDays Remaining15-day5-dayNoneTotal
DocumentationPC-MarketAuthor:Date:Purpose:To display
product information for PC-Market modems.
Purchase OrderPC-MarketModemsProduct
ID:Type:Model:Price:QuantityShipping OptionsShipping
CostTotal Cost
Product ListIDTypeModelPrice1001Modem Card3Com
HomeConnect ADSL Modem
Ethernet$285.311002ISDN/DSL3Com OfficeConnect ISDN
LAN Modem S/T interface$299.681003ISDN/DSL3Com
OfficeConnect ISDN LAN Modem U
interface$299.691004Modem CardActionec DeskVoice
Advantage 56K 56Kbps V.90 Internal ISA windows fax
modem$47.54100556K DesktopActiontec Call Waiting Modem
56K USB$78.83100656K DesktopActiontec Call Waiting
Modem 56K V.90 56Kbps V.90 Internal PCI
modem$69.16100756K DesktopActiontec Call Waiting Modem
56Kbps external call waiting modem$78.831008Modem
CardActiontec Datalink 33.6 33.6 Fax Modem PC
Card$95.951009Modem CardActiontec Datalink 56K PC Card
V90 retail box$72.56101056K DesktopActiontec Desklink
Master 56Kbps, V.90, internal voice/data
modem$63.51101156K DesktopActiontec DeskLink Pro 56Kbps
V.90 internal voice/data modem$38.511012Modem
CardActiontech DataLink 56K 56Kbps V.90 PC Card Type II
data/fax modem$73.781013ISDN/DSLAdran NT1 ACE3 Triple
NT1$270.051014ISDN/DSLAdtran Express 3000 Series
Synchronous ISDN modems with 2-port
phone$259.471015ISDN/DSLAdtran EXPRESS 4110 ISDN
remote access routers$320.211016ISDN/DSLAdtran Frameport
768 Frame level multiplexing
product$428.391017ISDN/DSLAdtran ISU 128U Stand Alone
Adapter$625.311018ISDN/DSLAdtran ISU 2x64 U-Interface,
115 Vac Dual port ISDN service
unit$637.851019ISDN/DSLAdtran NT1 ACE ISDN Network
Termination$137.891020ISDN/DSLAdtran NT1 ACE4 Four
NT1's in a single enclosure$375.211021ISDN/DSLADTRAN
Type 400 NT1 Circuit Pack Network Termination Device ISDN
network termination for Type 400
shelf$306.491022ISDN/DSLALCATEL SPEED TCH PRO EXT
ASDL MODEM$308.591023ISDN/DSLAT&T COMSPHERE
3510 STANDALONE DSU$618.751024ISDN/DSLAT&T
Paradyne Dial Interface Module$159.92102556K DesktopBest
Data 56K Internal Voice Modem Modem ISA$54.54102656K
DesktopBest Data Smart One 56K External Modem 56K bps,
V.90, external, data/fax modem$74.61102756K DesktopBest
Data Smart One 56K Modem 56Kbps V.90 Internal ISA
Modem$66.891028Modem CardBest Data Smart One 56K V.90
PC Card Modem 56Kbps V.90 PC Card Type II
modem$92.32102956K DesktopBuslink External 56K V90
Modem 56Kbps V.90 External USB modem$53.051030Modem
CardCompaq PC Card Smart Card Reader PC Card Smart Card
Reader$159.94103156K DesktopCreative 56K Modem 56Kbps
V.90 external modem$71.591032Modem CardCREATIVE
MODEM BLASTER 56K PC CARD$79.82103356K
DesktopCreative Modem Blaster 56K V.90 internal fax ISA
modem$41.62103456K DesktopCreative Modem Blaster Flash
56K ISA Internal K56flex V.90
Data/Fax/Voice/Speakerphone$69.461035Modem
CardCreditCard Modem 56 GlobalACCESS with Minidock
56Kbps, V.90 PC card modem$175.94103656K
DesktopDiamond Supra USB 56K Modem 56Kbps V.90 USB
External data/fax modem$70.19103756K DesktopDiamond
SupraExpress 56K bps, V.90, external, voice/data
modem$77.04103856K DesktopDiamond SupraExpress 56K bps,
V.90, internal, ISA voice/data modem$77.03103956K
DesktopDiamond SupraMax 56K Internal PCI modem 56K bps,
V.90, internal, data/fax modem$39.42104056K DesktopD-Link
DBS -560 56Kbps external USB
Fax/Modem$79.751041ISDN/DSLEICON DIVA ISDN CT SGL
ALL RESELLERS$459.311042ISDN/DSLEicon Diva LAN
ISDN Modem$340.061043ISDN/DSLEicon Diva LAN ISDN
Modem LAN ISDN Modem$340.061044ISDN/DSLEicon Diva
PCI ISDN S/T ISDN Interface
Card$119.731045ISDN/DSLEicon Diva Pro ISA PnP ISDN
interface card with integrated NT1$278.381046ISDN/DSLEicon
Diva Pro ISDN PCI Modem ISDN
Modem$278.351047ISDN/DSLEicon Diva Pro PCI
S/T$240.161048ISDN/DSLEicon DIVA Server BRI Digital
signal processor$495.881049ISDN/DSLEicon DIVA T/A ISDN
Modem External ISDN Modem with
230.4Kbps$240.121050ISDN/DSLEicon DIVA T/A ISDN
Modem U interface external (RJ-45) ISDN
modem$239.52105156K DesktopELSA MicroLink 56K Internet
Modem 56Kbps V.90 external internet modem$60.11105256K
DesktopELSA MicroLink 56K USB Modem 56Kbps USB
external modem$74.951053Modem CardEXP ThinFax 56L Low
power 56K PCMCIA modem for Laptop/PDA$72.251054Modem
CardFive of Hearts Trumpcard 56Kbps V.90 PC Card Type II
modem$231.21105556K DesktopHawking 56K V.90 PCI
Data/Fax/Voice Modem$25.73105656K DesktopHawking USB
56K V.90 Modem 56Kbps V.90 external data/fax
modem$46.051057Modem CardHayes ACCURA 56K/V.90 PC
Card$120.24105856K DesktopHayes ACCURA V.92 PCI Fax
Modem 56Kbps, V.92 internal PCI Voice/Data/Fax
Modem$60.24105956K DesktopHayes ACCURA® 56K™/V.90
PCI Modem 56K PCI, high-speed V.9- voice fax
modem$50.24106056K DesktopHP 56K External Modem
56Kbps V.90 USB, external modem$50.03106156K DesktopHP
56K V90 external USB e-modem 56K V.90 external USB
modem$50.03106256K DesktopHP 56K V90 PCI Internal
Modem 56Kbps V.90 PCI Internal Modem$39.881063Modem
CardIBM International Cellular Modem 56K bps, X2, PC Card
modem$179.10106456K DesktopIBM V.90 PCI Data/Fax
WinModem PCI data/fax modem$46.901065ISDN/DSLKentrox
120 VAC to 24 VDC Power Supply 24 VDC wall-mount, 6w, up
to 4 units$39.271066ISDN/DSLKentrox D-Serv 56/64 SNMP
Stand Alone$539.951067ISDN/DSLKentrox PaceSetter Pro D-
Serv CSU$718.131068ISDN/DSLKentrox T-Serv CSU Stand
Alone$775.951069ISDN/DSLLinksys USBDSL1 Instant
Broadband ADSL USB Modem$136.351070ISDN/DSLLucent
DSLPipe-HST 1-port SDSL-based router/bridge, 4 Ethernet, and
1 console port 2.3MB$529.391071ISDN/DSLMultitech ISDN
Modem - External ISDN, external modem$199.871072Modem
CardMulti-Tech MultiMobile 56K bps, V.90, PC Card
modem$119.781073ISDN/DSLMultitech MultiModem ISDN
BRI-NTI External$229.321074ISDN/DSLMultiTech
MultiModemISDN Internal ISDN
modem$109.711075ISDN/DSLNETGEAR XM128 128Kbps
ISDN Digital Modem 128Kbps ISDN digital
modem$169.92107656K DesktopNew Media 56Kbps US
Fax/Voice/Modem 56Kbps V.90 USB Fax/Voice
modem$76.291077Modem CardNew Media NetSurfer 56K bps,
K56flex, PC Card modem$76.321078Modem CardOsitech 56K
Motorola StarTAC Five of Clubs cellular data kit 56Kbps
data/fax modem and a Motorola StarTAC
cable$169.251079Modem CardOsitech 56K Nokia Five of Clubs
cellular data kit 56Kbps data/fax modem and a Nokia
cable$159.251080Modem CardOsitech Modem/Wireless Internet
Access + 56K - Nokia Cellular + 56K PC Card with
CellFlex$199.241081Modem CardPENTAX MODEM KIT
56K$99.921082ISDN/DSLProtec WebBeetle WBE/IU model 1-
port 10BASE-T RJ-45, concurrent high speed ISDN Internet
access$180.141083ISDN/DSLPsion Global ISDN Goldcard
Multi-function PC Card$260.221084Modem CardPsion Gold
Card Global 56K 56K V.90 Global Modem
Card$169.841085Modem CardSimpleTech 56K Value PC Card
Modem 56K bps, K56flex, PC Card
modem$75.661086ISDN/DSLUMAX UGate 3000 Cable/ADSL
Modem Sharing Device with 4-port 10/100 Auto-sensing Dual
Speed Hub$139.00108756K DesktopUS Robotics 56K
Faxmodem for Windows 56Kbps V.90 PCI internal data/fax
modem$37.451088Modem CardUS Robotics 56K Modem PC
Card 56K V.90 modem PC card$79.221089Modem CardUS
Robotics 56K Modem PC Card with XJACK 56K, V.90 modem
PC card$79.22109056K DesktopUS Robotics 56K Performance
Pro Modem 56Kbps V.90 PCI internal
modem$77.051091ISDN/DSLUS Robotics Courier I-modem
ISDN with V.90 External ISDN/56K V.90
modem$277.131092Modem CardUS Robotics Megahertz 56K
Global GSM and Cellular 56K modem PC
card$146.971093Modem CardUS Robotics Megahertz 56K
Global GSM and Cellular 56Kbps V.90 PC card
modem$154.251094Modem CardUS Robotics Megahertz 56K
Winmodem PC Card 56Kbps V.90 PC Card
modem$120.101095Modem CardUS Robotics Megahertz
Winmodem PC Card with X-Jack 56Kbps, V.90, PC Card
modem$73.091096Modem CardUSR MHZ 56K GL GSM CELL
PC CARD$109.181097Modem CardViking 56K Cellular Ready
PC Card Modem Motorola cellular phone connection
kit$130.211098Modem CardViking 56K Cellular Ready PC
Card Modem Nokia cellular phone connection
kit$130.21109956K DesktopViking 56K Internal Winmodem
56K bps, V.90, internal, fax/data modem, Windows PCI
version$55.831100Modem CardViking 56K PC Card Modem
56K bps, V.90, PC Card modem$99.67111156K DesktopZoom
Dualmode 56K Internal Modem 56Kbps V.90 PCI internal
data/fax modem$57.391112Modem CardZoom Dualmode Zoom
PC Card 56K FaxModem 56Kbps, K56flex, PC Card
modem$89.71111356K DesktopZoom FaxModem 56K
Dualmode 56Kbps, V.90, ISA, internal, voice/data
modem$79.70111456K DesktopZoom FaxModem 56K PCI
Dualmode 56Kbps, V.90, internal, data/fax
modem$46.24111556K DesktopZoom FaxModem 56K PCI Plus
Controller 56K V.90 internal PCI controller
faxmodem$79.56111656K DesktopZoom USB Mini Model 3090
56K Modem 56K V.92 USB external mini-fax
modem$69.821117Modem CardZoom V.90 56K DFV PC
CARD-Controller Zoom/FaxModem 56K PC
Card$69.69111856K DesktopZoom V.90 External Modem
56Kbps, V.90, external, data/fax modem$80.24111956K
DesktopZOOM/MODEM V.92 PCI 56Kbps V.92/V.44 PCI
Internal PCI Modem with
Voice/Sync/Autosync$50.241120ISDN/DSLZyXEL Elite 2864I-
S/T ISDN 128K$369.191121ISDN/DSLZyxel Omni Net U ISDN
Terminal Adapter For Window 95, 98,
NT$146.401122ISDN/DSLZyxel omni.net LCD Plus ISDN
terminal adapter with USB interface$220.14
SummaryModem TypeAverage
PriceCount56K DesktopISDN/DSLModem Card

More Related Content

Similar to CASE 1 Data File needed for this Case Problem Modem.xlsx.docx

Homework Assignments
Homework   AssignmentsHomework   Assignments
Homework Assignments
ALBAKRI MOHAMMAD
 
080811 Miller Inventory Pilot Study
080811 Miller Inventory Pilot Study080811 Miller Inventory Pilot Study
080811 Miller Inventory Pilot Study
rwmill9716
 
Work Together Problem 14.1-14.6Problem Number Work Together 14.2.docx
Work Together Problem 14.1-14.6Problem Number  Work Together 14.2.docxWork Together Problem 14.1-14.6Problem Number  Work Together 14.2.docx
Work Together Problem 14.1-14.6Problem Number Work Together 14.2.docx
dunnramage
 
Work Together Problem 14.1-14.6Problem Number Work Together 14.2.docx
Work Together Problem 14.1-14.6Problem Number  Work Together 14.2.docxWork Together Problem 14.1-14.6Problem Number  Work Together 14.2.docx
Work Together Problem 14.1-14.6Problem Number Work Together 14.2.docx
ericbrooks84875
 
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docxGrader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
greg1eden90113
 
Grader - InstructionsExcel 2019 ProjectExcel_Comprehensive_Capsto.docx
Grader - InstructionsExcel 2019 ProjectExcel_Comprehensive_Capsto.docxGrader - InstructionsExcel 2019 ProjectExcel_Comprehensive_Capsto.docx
Grader - InstructionsExcel 2019 ProjectExcel_Comprehensive_Capsto.docx
alisondakintxt
 
Cover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docxCover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docx
faithxdunce63732
 
BIS 155 Education for Service--bis155.com
BIS 155 Education for Service--bis155.comBIS 155 Education for Service--bis155.com
BIS 155 Education for Service--bis155.com
williamwordsworth8
 
BIS 155 Redefined Education--bis155.com
BIS 155 Redefined Education--bis155.comBIS 155 Redefined Education--bis155.com
BIS 155 Redefined Education--bis155.com
agathachristie204
 
Directions Flexible Budget Performance Report Project  You a.docx
Directions Flexible Budget Performance Report Project  You a.docxDirections Flexible Budget Performance Report Project  You a.docx
Directions Flexible Budget Performance Report Project  You a.docx
mariona83
 
Directions Flexible Budget Performance Report Project  You a.docx
Directions Flexible Budget Performance Report Project  You a.docxDirections Flexible Budget Performance Report Project  You a.docx
Directions Flexible Budget Performance Report Project  You a.docx
cuddietheresa
 
BIS 155 Inspiring Innovation -- bis155.com
BIS 155 Inspiring Innovation -- bis155.comBIS 155 Inspiring Innovation -- bis155.com
BIS 155 Inspiring Innovation -- bis155.com
kopiko101
 

Similar to CASE 1 Data File needed for this Case Problem Modem.xlsx.docx (12)

Homework Assignments
Homework   AssignmentsHomework   Assignments
Homework Assignments
 
080811 Miller Inventory Pilot Study
080811 Miller Inventory Pilot Study080811 Miller Inventory Pilot Study
080811 Miller Inventory Pilot Study
 
Work Together Problem 14.1-14.6Problem Number Work Together 14.2.docx
Work Together Problem 14.1-14.6Problem Number  Work Together 14.2.docxWork Together Problem 14.1-14.6Problem Number  Work Together 14.2.docx
Work Together Problem 14.1-14.6Problem Number Work Together 14.2.docx
 
Work Together Problem 14.1-14.6Problem Number Work Together 14.2.docx
Work Together Problem 14.1-14.6Problem Number  Work Together 14.2.docxWork Together Problem 14.1-14.6Problem Number  Work Together 14.2.docx
Work Together Problem 14.1-14.6Problem Number Work Together 14.2.docx
 
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docxGrader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
 
Grader - InstructionsExcel 2019 ProjectExcel_Comprehensive_Capsto.docx
Grader - InstructionsExcel 2019 ProjectExcel_Comprehensive_Capsto.docxGrader - InstructionsExcel 2019 ProjectExcel_Comprehensive_Capsto.docx
Grader - InstructionsExcel 2019 ProjectExcel_Comprehensive_Capsto.docx
 
Cover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docxCover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docx
 
BIS 155 Education for Service--bis155.com
BIS 155 Education for Service--bis155.comBIS 155 Education for Service--bis155.com
BIS 155 Education for Service--bis155.com
 
BIS 155 Redefined Education--bis155.com
BIS 155 Redefined Education--bis155.comBIS 155 Redefined Education--bis155.com
BIS 155 Redefined Education--bis155.com
 
Directions Flexible Budget Performance Report Project  You a.docx
Directions Flexible Budget Performance Report Project  You a.docxDirections Flexible Budget Performance Report Project  You a.docx
Directions Flexible Budget Performance Report Project  You a.docx
 
Directions Flexible Budget Performance Report Project  You a.docx
Directions Flexible Budget Performance Report Project  You a.docxDirections Flexible Budget Performance Report Project  You a.docx
Directions Flexible Budget Performance Report Project  You a.docx
 
BIS 155 Inspiring Innovation -- bis155.com
BIS 155 Inspiring Innovation -- bis155.comBIS 155 Inspiring Innovation -- bis155.com
BIS 155 Inspiring Innovation -- bis155.com
 

More from tidwellveronique

EDUC 742EDUC 742Reading Summary and Reflective Comments .docx
EDUC 742EDUC 742Reading Summary and Reflective Comments .docxEDUC 742EDUC 742Reading Summary and Reflective Comments .docx
EDUC 742EDUC 742Reading Summary and Reflective Comments .docx
tidwellveronique
 
EDUC 380 Blog Post Samples Module 1 The Brain Below .docx
EDUC 380 Blog Post Samples Module 1 The Brain  Below .docxEDUC 380 Blog Post Samples Module 1 The Brain  Below .docx
EDUC 380 Blog Post Samples Module 1 The Brain Below .docx
tidwellveronique
 
EDUC 741Course Project Part 1 Grading RubricCriteriaLevels .docx
EDUC 741Course Project Part 1 Grading RubricCriteriaLevels .docxEDUC 741Course Project Part 1 Grading RubricCriteriaLevels .docx
EDUC 741Course Project Part 1 Grading RubricCriteriaLevels .docx
tidwellveronique
 
EDUC 740Prayer Reflection Report Grading RubricCriteriaLev.docx
EDUC 740Prayer Reflection Report Grading RubricCriteriaLev.docxEDUC 740Prayer Reflection Report Grading RubricCriteriaLev.docx
EDUC 740Prayer Reflection Report Grading RubricCriteriaLev.docx
tidwellveronique
 
EDUC 6733 Action Research for EducatorsReading LiteracyDraft.docx
EDUC 6733 Action Research for EducatorsReading LiteracyDraft.docxEDUC 6733 Action Research for EducatorsReading LiteracyDraft.docx
EDUC 6733 Action Research for EducatorsReading LiteracyDraft.docx
tidwellveronique
 
EDUC 637Technology Portfolio InstructionsGeneral OverviewF.docx
EDUC 637Technology Portfolio InstructionsGeneral OverviewF.docxEDUC 637Technology Portfolio InstructionsGeneral OverviewF.docx
EDUC 637Technology Portfolio InstructionsGeneral OverviewF.docx
tidwellveronique
 
EDUC 364 The Role of Cultural Diversity in Schooling A dialecti.docx
EDUC 364 The Role of Cultural Diversity in Schooling A dialecti.docxEDUC 364 The Role of Cultural Diversity in Schooling A dialecti.docx
EDUC 364 The Role of Cultural Diversity in Schooling A dialecti.docx
tidwellveronique
 
EDUC 144 Writing Tips The writing assignments in this cla.docx
EDUC 144 Writing Tips  The writing assignments in this cla.docxEDUC 144 Writing Tips  The writing assignments in this cla.docx
EDUC 144 Writing Tips The writing assignments in this cla.docx
tidwellveronique
 
EDUC 1300- LEARNING FRAMEWORK Portfolio Page Prompts .docx
EDUC 1300- LEARNING FRAMEWORK Portfolio Page Prompts .docxEDUC 1300- LEARNING FRAMEWORK Portfolio Page Prompts .docx
EDUC 1300- LEARNING FRAMEWORK Portfolio Page Prompts .docx
tidwellveronique
 
EDU734 Teaching and Learning Environment Week 5.docx
EDU734 Teaching and  Learning Environment Week 5.docxEDU734 Teaching and  Learning Environment Week 5.docx
EDU734 Teaching and Learning Environment Week 5.docx
tidwellveronique
 
EDU 505 – Contemporary Issues in EducationCOURSE DESCRIPTION.docx
EDU 505 – Contemporary Issues in EducationCOURSE DESCRIPTION.docxEDU 505 – Contemporary Issues in EducationCOURSE DESCRIPTION.docx
EDU 505 – Contemporary Issues in EducationCOURSE DESCRIPTION.docx
tidwellveronique
 
EDU 3338 Lesson Plan TemplateCandidate NameCooperatin.docx
EDU 3338 Lesson Plan TemplateCandidate NameCooperatin.docxEDU 3338 Lesson Plan TemplateCandidate NameCooperatin.docx
EDU 3338 Lesson Plan TemplateCandidate NameCooperatin.docx
tidwellveronique
 
EDU 3215 Lesson Plan Template & Elements Name Andres Rod.docx
EDU 3215 Lesson Plan Template & Elements  Name Andres Rod.docxEDU 3215 Lesson Plan Template & Elements  Name Andres Rod.docx
EDU 3215 Lesson Plan Template & Elements Name Andres Rod.docx
tidwellveronique
 
EDST 1100R SITUATED LEARNING EDST 1100 N Situated Learning .docx
EDST 1100R SITUATED LEARNING  EDST 1100 N Situated Learning .docxEDST 1100R SITUATED LEARNING  EDST 1100 N Situated Learning .docx
EDST 1100R SITUATED LEARNING EDST 1100 N Situated Learning .docx
tidwellveronique
 
EDU 151 Thematic Unit Required ComponentsThematic Unit Requireme.docx
EDU 151 Thematic Unit Required ComponentsThematic Unit Requireme.docxEDU 151 Thematic Unit Required ComponentsThematic Unit Requireme.docx
EDU 151 Thematic Unit Required ComponentsThematic Unit Requireme.docx
tidwellveronique
 
EDSP 429Differentiated Instruction PowerPoint InstructionsThe .docx
EDSP 429Differentiated Instruction PowerPoint InstructionsThe .docxEDSP 429Differentiated Instruction PowerPoint InstructionsThe .docx
EDSP 429Differentiated Instruction PowerPoint InstructionsThe .docx
tidwellveronique
 
EDSP 429Fact Sheet on Disability Categories InstructionsThe pu.docx
EDSP 429Fact Sheet on Disability Categories InstructionsThe pu.docxEDSP 429Fact Sheet on Disability Categories InstructionsThe pu.docx
EDSP 429Fact Sheet on Disability Categories InstructionsThe pu.docx
tidwellveronique
 
EDSP 370Individualized Education Plan (IEP) InstructionsThe .docx
EDSP 370Individualized Education Plan (IEP) InstructionsThe .docxEDSP 370Individualized Education Plan (IEP) InstructionsThe .docx
EDSP 370Individualized Education Plan (IEP) InstructionsThe .docx
tidwellveronique
 
EDSP 377Scenario InstructionsScenario 2 Teaching communicatio.docx
EDSP 377Scenario InstructionsScenario 2 Teaching communicatio.docxEDSP 377Scenario InstructionsScenario 2 Teaching communicatio.docx
EDSP 377Scenario InstructionsScenario 2 Teaching communicatio.docx
tidwellveronique
 
EDSP 377Autism Interventions1. Applied Behavior Analysis (ABA).docx
EDSP 377Autism Interventions1. Applied Behavior Analysis (ABA).docxEDSP 377Autism Interventions1. Applied Behavior Analysis (ABA).docx
EDSP 377Autism Interventions1. Applied Behavior Analysis (ABA).docx
tidwellveronique
 

More from tidwellveronique (20)

EDUC 742EDUC 742Reading Summary and Reflective Comments .docx
EDUC 742EDUC 742Reading Summary and Reflective Comments .docxEDUC 742EDUC 742Reading Summary and Reflective Comments .docx
EDUC 742EDUC 742Reading Summary and Reflective Comments .docx
 
EDUC 380 Blog Post Samples Module 1 The Brain Below .docx
EDUC 380 Blog Post Samples Module 1 The Brain  Below .docxEDUC 380 Blog Post Samples Module 1 The Brain  Below .docx
EDUC 380 Blog Post Samples Module 1 The Brain Below .docx
 
EDUC 741Course Project Part 1 Grading RubricCriteriaLevels .docx
EDUC 741Course Project Part 1 Grading RubricCriteriaLevels .docxEDUC 741Course Project Part 1 Grading RubricCriteriaLevels .docx
EDUC 741Course Project Part 1 Grading RubricCriteriaLevels .docx
 
EDUC 740Prayer Reflection Report Grading RubricCriteriaLev.docx
EDUC 740Prayer Reflection Report Grading RubricCriteriaLev.docxEDUC 740Prayer Reflection Report Grading RubricCriteriaLev.docx
EDUC 740Prayer Reflection Report Grading RubricCriteriaLev.docx
 
EDUC 6733 Action Research for EducatorsReading LiteracyDraft.docx
EDUC 6733 Action Research for EducatorsReading LiteracyDraft.docxEDUC 6733 Action Research for EducatorsReading LiteracyDraft.docx
EDUC 6733 Action Research for EducatorsReading LiteracyDraft.docx
 
EDUC 637Technology Portfolio InstructionsGeneral OverviewF.docx
EDUC 637Technology Portfolio InstructionsGeneral OverviewF.docxEDUC 637Technology Portfolio InstructionsGeneral OverviewF.docx
EDUC 637Technology Portfolio InstructionsGeneral OverviewF.docx
 
EDUC 364 The Role of Cultural Diversity in Schooling A dialecti.docx
EDUC 364 The Role of Cultural Diversity in Schooling A dialecti.docxEDUC 364 The Role of Cultural Diversity in Schooling A dialecti.docx
EDUC 364 The Role of Cultural Diversity in Schooling A dialecti.docx
 
EDUC 144 Writing Tips The writing assignments in this cla.docx
EDUC 144 Writing Tips  The writing assignments in this cla.docxEDUC 144 Writing Tips  The writing assignments in this cla.docx
EDUC 144 Writing Tips The writing assignments in this cla.docx
 
EDUC 1300- LEARNING FRAMEWORK Portfolio Page Prompts .docx
EDUC 1300- LEARNING FRAMEWORK Portfolio Page Prompts .docxEDUC 1300- LEARNING FRAMEWORK Portfolio Page Prompts .docx
EDUC 1300- LEARNING FRAMEWORK Portfolio Page Prompts .docx
 
EDU734 Teaching and Learning Environment Week 5.docx
EDU734 Teaching and  Learning Environment Week 5.docxEDU734 Teaching and  Learning Environment Week 5.docx
EDU734 Teaching and Learning Environment Week 5.docx
 
EDU 505 – Contemporary Issues in EducationCOURSE DESCRIPTION.docx
EDU 505 – Contemporary Issues in EducationCOURSE DESCRIPTION.docxEDU 505 – Contemporary Issues in EducationCOURSE DESCRIPTION.docx
EDU 505 – Contemporary Issues in EducationCOURSE DESCRIPTION.docx
 
EDU 3338 Lesson Plan TemplateCandidate NameCooperatin.docx
EDU 3338 Lesson Plan TemplateCandidate NameCooperatin.docxEDU 3338 Lesson Plan TemplateCandidate NameCooperatin.docx
EDU 3338 Lesson Plan TemplateCandidate NameCooperatin.docx
 
EDU 3215 Lesson Plan Template & Elements Name Andres Rod.docx
EDU 3215 Lesson Plan Template & Elements  Name Andres Rod.docxEDU 3215 Lesson Plan Template & Elements  Name Andres Rod.docx
EDU 3215 Lesson Plan Template & Elements Name Andres Rod.docx
 
EDST 1100R SITUATED LEARNING EDST 1100 N Situated Learning .docx
EDST 1100R SITUATED LEARNING  EDST 1100 N Situated Learning .docxEDST 1100R SITUATED LEARNING  EDST 1100 N Situated Learning .docx
EDST 1100R SITUATED LEARNING EDST 1100 N Situated Learning .docx
 
EDU 151 Thematic Unit Required ComponentsThematic Unit Requireme.docx
EDU 151 Thematic Unit Required ComponentsThematic Unit Requireme.docxEDU 151 Thematic Unit Required ComponentsThematic Unit Requireme.docx
EDU 151 Thematic Unit Required ComponentsThematic Unit Requireme.docx
 
EDSP 429Differentiated Instruction PowerPoint InstructionsThe .docx
EDSP 429Differentiated Instruction PowerPoint InstructionsThe .docxEDSP 429Differentiated Instruction PowerPoint InstructionsThe .docx
EDSP 429Differentiated Instruction PowerPoint InstructionsThe .docx
 
EDSP 429Fact Sheet on Disability Categories InstructionsThe pu.docx
EDSP 429Fact Sheet on Disability Categories InstructionsThe pu.docxEDSP 429Fact Sheet on Disability Categories InstructionsThe pu.docx
EDSP 429Fact Sheet on Disability Categories InstructionsThe pu.docx
 
EDSP 370Individualized Education Plan (IEP) InstructionsThe .docx
EDSP 370Individualized Education Plan (IEP) InstructionsThe .docxEDSP 370Individualized Education Plan (IEP) InstructionsThe .docx
EDSP 370Individualized Education Plan (IEP) InstructionsThe .docx
 
EDSP 377Scenario InstructionsScenario 2 Teaching communicatio.docx
EDSP 377Scenario InstructionsScenario 2 Teaching communicatio.docxEDSP 377Scenario InstructionsScenario 2 Teaching communicatio.docx
EDSP 377Scenario InstructionsScenario 2 Teaching communicatio.docx
 
EDSP 377Autism Interventions1. Applied Behavior Analysis (ABA).docx
EDSP 377Autism Interventions1. Applied Behavior Analysis (ABA).docxEDSP 377Autism Interventions1. Applied Behavior Analysis (ABA).docx
EDSP 377Autism Interventions1. Applied Behavior Analysis (ABA).docx
 

Recently uploaded

The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 

Recently uploaded (20)

The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 

CASE 1 Data File needed for this Case Problem Modem.xlsx.docx

  • 1. CASE 1 Data File needed for this Case Problem: Modem.xlsx PC-Market Distribution Linda Klaussen works for PC-Market Distribution, a computer supply store. She needs your help in designing an Excel workbook to enter purchase . order information. She has already entered the product information on PC-Market's line of modems. She wants you to insert a lookup function to look up data from the product table. The company also supports three shipping options that vary in price. She wants the purchase order worksheet to be able to calculate the total cost of the order, including the type of shipping the customer requests. She also wants to use advanced filtering to copy , data on all modems under $50 to a new worksheet to review prices of the inexpensive items. Finally, she wants to calculate average prices for each category of modems using a Database function. Complete the following: 1. Open the Modem workbook located in theTutorial.07Case1 folder included with your Data Files, save the workbook as PC Modem in the same folder, and then, in the Documentation worksheet, enter the date and your name.
  • 2. 2. In the Purchase Order worksheet, Product ID numbers will be entered in cell B5. Create a lookup function to display the product type in cell C7, the model name in cell C8, and the price in cell C9. Product information is displayed in the Product List worksheet. 3. If an incorrect product ID number is entered in cell B5, then cells C7, C8, and C9 will display the #N/A error value. Linda wants these cells to display the message Product ID not found if the ID entered is not found. 4. Enter one of three shipping options offered by PC-Market (Standard, Express, Over-, night) in cell B15. Set up an area in the range D40:E42 to store Standard shipping costs $9.50, Express shipping costs $14.50, and Overnight shipping costs $18.50. Use IF functions to display the costs of the shipping in cell C17. If an invalid shipping option is entered in cell B15, then Invalid Shipping option should appear in cell C17. If the Shipping option, cell B15, is blank, then cell C17 should be blank. (Hint: The IF functions should reference the cells in the range D40:E42.)
  • 3. 5. Display the total cost of the product (price times quantity) plus shipping in cell Ci 9. If the cell equals an error value (#Value), display the message Check Product ID, Quantity, or Shipping option. 6. Test the worksheet using a product ID number of 1050, quantity 2, and the Express shipping option. 7. In the Summary worksheet, use appropriate functions to determine the average modem price and count for each modem type. 8. Save and close the workbook. Submit the finished workbook to your instructor, either in electronic form, as requested. CASE 2 Data File needed for this Case Problems: Leave.xlsx Town of Baltic Adminstrative Office Alan Weltoh, HR Generalist, at the Town of Baltic Administrative Office in Baltic, Indiana, has a workbook that
  • 4. tracks the amount of vacation time and family leave used by each employee in the town. Alan needs to calculate how much vacation and family leave each employee is eligible for. Then, he can subtract the amount they have already used from that amount. He also wants to calculate the total number of vacation and family leave days used by all employees, as well as the total number of days remaining. The eligibility requirements for the different vacation and family leave plans are as follows: For vacation: -time employees who have worked 4 or more years -time employees who have worked 2 years but less than 4 years -time employees who have worked 1 year but less than 2 years For family leave: 5 days for full-time employees who have worked 1 or more years -time employees who have worked less than 1 year or for part-time employees who have worked more than 1.5 years
  • 5. Use these eligibility requirements to calculate the available vacation and family leave time for each employee. Complete the following: 1. Open the workbook Leave located in theTutorial.07Case2 folder included with your Data Files, save the workbook as Baltic Leave in the same folder, and then enter the date and your name in the Documentation worksheet. 2. In the LeaveData worksheet, create an Excel table from the range A5:J107, name the Excel table as Leave, and then remove the filter arrows. Set the column width for columns B through J to 10. 3. Calculate Years Employed in column D. Use Date Hired and current date (assume 7/1/2013, which is stored in cell Z6) and express length of time employed in years. Use the formula (current date - date hired)/365. 4. In column E, enter a formula using nested IF and AND functions to determine the number of vacation days (based on the vacation rules described previously) each
  • 6. employee is eligible for based on the employee's job status in column B and on the Length of Time Employed in column D. 5. Subtract the amount of vacation used from the available vacation time, displaying the remaining vacation time in column G for all employees. 6. In column H, enter a formula to determine each employee's total family leave time (based on the family leave rules described previously). (Use nested IF, AND, and OR functions.) 7. To determine the remaining family time, subtract the used portion of the family leave from their total family leave and display the results in column J. 8. In the Leave Summary worksheet, use a function to calculate the total number of employees eligible for the different vacation leave plan. (Hint: An employee who is eligible for the 15-day vacation leave will have the value 15 in column E of the Leave Data worksheet.)
  • 7. 9. Enter formulas in the Vacation Leave Summary report to calculate the total number of vacation days and days remaining for each vacation plan. 10. Calculate the total number of employees, total days, and days remaining in row 8 of the report you started in Step 9. 11. Save and close the workbook. Submit the finished workbook to your instructor, either in electronic form, as requested. Case Problem 3 Data File needed for this Case Problem: M-Fresh.xlsx M-Fresh Water Company A small independent water company in Miami, Oklahoma, M-Fresh Water Company provides water to its commercial customers throughout the region, delivering the supply of water through pipelines, on- demand storage tanks, and bottles. Customers of M-Fresh Water range from government offices to nonprofit organizations to commercial retail shops and markets. Town regulations indicate that the latter group of commercial customers is taxed on their usage, whereas nonprofit and government offices are not. Furthermore, M-Fresh Water will,
  • 8. from time to time, choose to waive a water bill based on its charitable giving policy. Dawes Cado is in charge of the billing system that must take into account these business rules and ensure accurate and on-time billing, which is completed each quarter. Complete the following: 1. Open the M-Fresh workbook located in the Tutorial.07Case3 folder included with your Data Files, save the workbook as Water Bills in the same folder, and then enter the date and your name in the Documentation worksheet. 2. In the Quarterly Data worksheet, create an Excel table for the range A1 :G73. Name the table as WaterData. Remove the filter arrows. Format the Gal Used data in the Comma Style number format with no decimal places. Add the following three columns to the table: Water Bill, Tax, and Total Bill. 3. Calculate the Water Bill based on the following rules: column. Gal Used (gallons used) must be greater than 25,000 gallons during the quarter;
  • 9. otherwise, the water bill is 0. type of customer. The billing rate is $3, $2, or $1.50 per thousand gallons used depending on the type of customer (see the Billing Rate worksheet). For example, a commercial customer using 75,000 gallons has a water bill of $225(75x$3), whereas a government customer using 100,000 gallons pays $150(100x$1.50). A commercial customer using 15,000 gallons has a water bill of 0. 4. Calculate Tax based on the following rule: If a customer is taxable, then multiply the water bill times 3.5%; otherwise, the tax is 0. (Tax rate is stored in cell T1.) 5. Calculate the Total Bill amount using the following formula: Water Bill + Tax. 6. Improve the formatting of the number fields, and then insert totals for GalUsed (average) and Total bill (sum). Make a copy of the Quarterly Data worksheet, rename the copied worksheet Q2-6 and then return to the Quarterly Data worksheet.
  • 10. 7. Use conditional formatting to highlight the top 15% of customers based on the total bill. Use appropriate formatting. Filter the bills so only the top 15% are displayed. Sort the largest first. Make a copy of the Quarterly Data worksheet, rename the copied worksheet Q7 and then return to the Quarterly Data worksheet. Display all records. 8. Insert a new worksheet and then create the Water Usage and Billing By Type of Customer report (shown below). Rename the worksheet as Q8 Billing Summary. Use conditional IF functions to prepare the report. Customer Type Number of Customers Average Gallons Used Total Billed Commercial 37 322,437 $ 37,043.12 Non-Profit 11 87,661 $ 224.18 Government 24 774,267 $ 27,901.44
  • 11. Total 72 437,267 $ 64,168.74 9. Make a copy of the Quarterly Data worksheet, rename the copied worksheet Q9-10. Management is considering eliminating the 25,000 gallon cutoff and bill waivers. In the Quarterly Data worksheet use advanced filtering to copy all data for waived customers or customers using 25,000 gallons or less to row 101 in the Q9-10 worksheet. 10. Use the data you retrieved from Step 9 to calculate the lost revenue from waived bills and customers with water usage below 25,000. Assume for the purposes of the analysis that all water usage (25,000 gallon cutoff no longer exists) will be billed. Prepare a report. 11. You want to know how many businesses are either churches, schools, or clinics. Use the COUNTIF function to complete the report in a new worksheet named Q11 Type Institution. (Use the Excel Help function to research using the wildcard characters as part of your criteria.) * 12. Save and close the workbook. Submit the finished workbook to your instructor,
  • 12. either in electronic form, as requested. DocumentationM-Fresh Water CompanyAuthor:Date:Purpose:Calculate water bills for commercial businesses Quarterly DataCustomer NameCust TypeBill WaivedTaxableBilling YearGal UsedTax Rate3.5%Red Lake ChapterNPROFITNoYes2013108300Amity ChurchNPROFITYesNo201355160Church of ChristNPROFITYesNo201332430NM State HighwayGOVNoNo201395660Spot Free Power WashCOMNoYes2013281200CIT Apartment ComplexCOMNoYes2013257000Housing AgencyGOVNoNo201323300Pinon Pizza EdgeCOMNoYes201381110Department of AgricultureGOVNoNo20132783000Chevron StationCOMNoYes20131131600O B Trailer ServiceCOMNoYes2013360800Red Mesa Express COMNoYes2013392600Inscription House IrrigationGOVNoNo2013895300Pure Lake BuildingCOMNoYes201359240Assembly Of God ChurchNPROFITYesNo201341690SD Natural Gas CompanyCOMNoYes201360870Speedy'sCOMNoYes201334690 Window Pebble ApartmentsGOVNoYes201351790Press City PHSGOVNoNo20133031700Crown High SchoolGOVNoNo2013990000Watsons Hall COMNoYes201382000Agnew Avenue ChurchNPROFITYesNo201388840Accent LandscapingCOMNoYes2013319090American Painting COMNoYes2013332000Sandia Oil Company Inc.COMNoYes2013148590NAPI Block ApartmentsCOMNoYes2013442400WRABCGOVNoNo2013202 0300 Robson Bakery COMNoYes201376700Pays InnCOMNoYes2013178300Wellness Center
  • 13. IncCOMNoYes2013217700Van's Trading LaundromatCOMNoYes2013964500Huge Industries COMNoYes201328877Huge Global Industries COMNoYes2013598600Citizens FrontierCOMNoYes201356900Blanding StakeNPROFITYesNo2013238200Elmor constructionCOMNoYes201380530DNA Office ComplexNPROFITYesYes201338040Energy Resources BoardGOVNoNo2013262501st Baptist ChurchNPROFITYesNo201375490Eastmoon PetroleumCOMNoYes2013278009-12 LaundromatCOMNoYes20131863100Ed's Trading Post COMNoYes201349000Red Mesa DinerGOVNoYes201340530JWJ Mobile Home ParkCOMNoYes2013524900Amarillo Trailer ParkCOMNoYes201325200CFKCOMNoYes2013380460Evan Carter Center Inc COMNoYes2013148174Commision of Children and YouthGOVNoYes2013737000Veterans CenterCOMNoYes201341920Business AffairsGOVNoNo20133978000Magore High SchoolGOVNoNo20131207700Tema Health ClinicGOVNoNo2013415000Cedar SchoolGOVNoNo2013479400Chaleta ApartmentsGOVNoYes201373050Environmental QualityGOVNoNo2013713400Eagle Rock Professional BuildingCOMNoYes201341830Van's Trailer CourtCOMNoYes2013165900Pinon Clinic X- rayGOVNoNo201363200Bulger Irrigation departmentGOVNoNo2013625200Pic and GunCOMNoYes201367270Snowy PM GroupNPROFITYesNo201383270Pinon HousingGOVNoYes201355000Sunnyday Day CareGOVNoYes201356495PHS IrrigationGOVNoNo201370600The Nazarene ChurchNPROFITYesNo201384050Balboo MissionNPROFITYesNo20131188006-12 Trailer
  • 14. CourtCOMNoYes201388600Shipreck Burger KingCOMNoYes2013204380David Henry ElementaryGOVNoNo2013122800Springs Trading PostCOMNoYes201344320FDIHSGOVNoNo201334100Old Peabody TCCOMNoYes20132072000 Billing RateTypeBill Rate Roy: for each 1000 galllons used TypeComNPROFITGOVCOM$ 3.00Bill Rate$ 3.00$ 2.00$ 1.50NPROFIT$ 2.00GOV$ 1.50 DocumentationTown of BalticAuthor:Date:Purpose:To record and summarize vacation and family leave data foremployees of Town of Baltic LeaveDataNameStatusDate HiredYears EmployedVacation LeaveUsed Vacation LeaveRemaining Vacation LeaveFamily LeaveUsed Family LeaveRemaining Family LeaveAbbaFT8/23/1050Years Employed as of 7/1/13AbbotFT5/7/1300AdtkinsFT10/6/1141AndrewsFT5/15/11 30BakerPT3/19/1200BergFT12/28/0941BergemanFT10/1/1200B lakeCN8/17/1000BlissFT3/20/1163BorchardtCN7/6/1000Captia nFT1/8/1235CareyPT5/4/0900ChiFT9/12/1132ChouFT6/25/1230 ChristainFT1/21/1300ClarkeFT2/18/1300CrawfordPT8/20/1200 CzellerFT6/29/0900CziecwskiPT9/12/1100DavidsonFT3/4/1300 DavisFT9/26/1132DawesFT1/7/1300DoeringFT12/27/1020Dola nFT5/4/0903DonellCN6/1/0900DouglasFT7/24/1110EarleFT12/ 4/1200FaberPT8/21/1100FraseFT4/6/0903FullerPT12/27/1000G ereFT5/14/1214GoreckiFT11/13/1120GreenFT7/23/1200Greenw oodEX9/5/1200HaydenFT8/17/1072HenningsFT8/12/0924Hense lPT8/7/0900HildebergFT9/14/1040HoganEX4/6/0900HowardFT 7/31/1200IsaacsFT8/18/0953JessupFT8/16/1200KarlsFT5/21/13 00KaufmannFT7/26/1011KnutesonPT4/6/0900KochPT4/3/1100 LasekPT4/15/1300LaszewskiPT9/20/1000LawtonFT12/11/1141 LeeFT1/8/1221LeiFT11/29/1000MahanezFT5/3/1042MenendezP T8/20/1200MeyerPT7/13/0900MillerFT9/12/1133NelsonFT9/12/
  • 15. 1143NeversFT11/29/1032NielandFT12/4/1200OkanawaFT9/7/0 973PalmerFT12/26/1200PattersonPT6/26/1100PaulsonPT7/9/12 00PeshekPT12/11/1100PhmanFT11/12/1200PiaPT8/8/1200Quin oneseFT1/21/1300RaabFT5/4/0942RabinFT5/7/1300RatcliffeFT 6/23/0912RaulingsPT9/4/1100RicardPT3/6/1100RocheFT8/21/1 112RodriguezFT4/16/1221RosenblumFT10/14/1071RoyPT8/21/ 1100RyanPT3/4/1300SanchezFT4/30/1202SantoirreFT8/29/1122 SchorrCN4/6/0900ShapiroCN4/3/1100SidneyCN1/17/1200Takay maFT4/16/1252TallardFT4/3/1140ThomasPT8/24/0900TracyFT 1/7/1300UnlaughtenPT7/13/0900VaughnFT4/6/1113VeroneseFT 5/14/1251VosPT7/13/0900WaltersFT5/31/1053WeigsteinFT10/2 9/1200WhitmanFT8/11/1050WhorleFT5/7/1300WhyteFT4/13/09 42WilliamsPT4/17/1100WoodsFT5/29/1300WuFT8/11/1062Wu FT5/15/1171YoungFT6/30/1150ZellnerFT11/4/1002ZieglerFT11 /29/1073ZouFT6/28/1000 Leave SummaryVacation Leave SummaryVacation DaysNumber EligibleTotal DaysDays Remaining15-day5-dayNoneTotal DocumentationPC-MarketAuthor:Date:Purpose:To display product information for PC-Market modems. Purchase OrderPC-MarketModemsProduct ID:Type:Model:Price:QuantityShipping OptionsShipping CostTotal Cost Product ListIDTypeModelPrice1001Modem Card3Com HomeConnect ADSL Modem Ethernet$285.311002ISDN/DSL3Com OfficeConnect ISDN LAN Modem S/T interface$299.681003ISDN/DSL3Com OfficeConnect ISDN LAN Modem U interface$299.691004Modem CardActionec DeskVoice Advantage 56K 56Kbps V.90 Internal ISA windows fax modem$47.54100556K DesktopActiontec Call Waiting Modem 56K USB$78.83100656K DesktopActiontec Call Waiting Modem 56K V.90 56Kbps V.90 Internal PCI modem$69.16100756K DesktopActiontec Call Waiting Modem 56Kbps external call waiting modem$78.831008Modem CardActiontec Datalink 33.6 33.6 Fax Modem PC
  • 16. Card$95.951009Modem CardActiontec Datalink 56K PC Card V90 retail box$72.56101056K DesktopActiontec Desklink Master 56Kbps, V.90, internal voice/data modem$63.51101156K DesktopActiontec DeskLink Pro 56Kbps V.90 internal voice/data modem$38.511012Modem CardActiontech DataLink 56K 56Kbps V.90 PC Card Type II data/fax modem$73.781013ISDN/DSLAdran NT1 ACE3 Triple NT1$270.051014ISDN/DSLAdtran Express 3000 Series Synchronous ISDN modems with 2-port phone$259.471015ISDN/DSLAdtran EXPRESS 4110 ISDN remote access routers$320.211016ISDN/DSLAdtran Frameport 768 Frame level multiplexing product$428.391017ISDN/DSLAdtran ISU 128U Stand Alone Adapter$625.311018ISDN/DSLAdtran ISU 2x64 U-Interface, 115 Vac Dual port ISDN service unit$637.851019ISDN/DSLAdtran NT1 ACE ISDN Network Termination$137.891020ISDN/DSLAdtran NT1 ACE4 Four NT1's in a single enclosure$375.211021ISDN/DSLADTRAN Type 400 NT1 Circuit Pack Network Termination Device ISDN network termination for Type 400 shelf$306.491022ISDN/DSLALCATEL SPEED TCH PRO EXT ASDL MODEM$308.591023ISDN/DSLAT&T COMSPHERE 3510 STANDALONE DSU$618.751024ISDN/DSLAT&T Paradyne Dial Interface Module$159.92102556K DesktopBest Data 56K Internal Voice Modem Modem ISA$54.54102656K DesktopBest Data Smart One 56K External Modem 56K bps, V.90, external, data/fax modem$74.61102756K DesktopBest Data Smart One 56K Modem 56Kbps V.90 Internal ISA Modem$66.891028Modem CardBest Data Smart One 56K V.90 PC Card Modem 56Kbps V.90 PC Card Type II modem$92.32102956K DesktopBuslink External 56K V90 Modem 56Kbps V.90 External USB modem$53.051030Modem CardCompaq PC Card Smart Card Reader PC Card Smart Card Reader$159.94103156K DesktopCreative 56K Modem 56Kbps V.90 external modem$71.591032Modem CardCREATIVE MODEM BLASTER 56K PC CARD$79.82103356K
  • 17. DesktopCreative Modem Blaster 56K V.90 internal fax ISA modem$41.62103456K DesktopCreative Modem Blaster Flash 56K ISA Internal K56flex V.90 Data/Fax/Voice/Speakerphone$69.461035Modem CardCreditCard Modem 56 GlobalACCESS with Minidock 56Kbps, V.90 PC card modem$175.94103656K DesktopDiamond Supra USB 56K Modem 56Kbps V.90 USB External data/fax modem$70.19103756K DesktopDiamond SupraExpress 56K bps, V.90, external, voice/data modem$77.04103856K DesktopDiamond SupraExpress 56K bps, V.90, internal, ISA voice/data modem$77.03103956K DesktopDiamond SupraMax 56K Internal PCI modem 56K bps, V.90, internal, data/fax modem$39.42104056K DesktopD-Link DBS -560 56Kbps external USB Fax/Modem$79.751041ISDN/DSLEICON DIVA ISDN CT SGL ALL RESELLERS$459.311042ISDN/DSLEicon Diva LAN ISDN Modem$340.061043ISDN/DSLEicon Diva LAN ISDN Modem LAN ISDN Modem$340.061044ISDN/DSLEicon Diva PCI ISDN S/T ISDN Interface Card$119.731045ISDN/DSLEicon Diva Pro ISA PnP ISDN interface card with integrated NT1$278.381046ISDN/DSLEicon Diva Pro ISDN PCI Modem ISDN Modem$278.351047ISDN/DSLEicon Diva Pro PCI S/T$240.161048ISDN/DSLEicon DIVA Server BRI Digital signal processor$495.881049ISDN/DSLEicon DIVA T/A ISDN Modem External ISDN Modem with 230.4Kbps$240.121050ISDN/DSLEicon DIVA T/A ISDN Modem U interface external (RJ-45) ISDN modem$239.52105156K DesktopELSA MicroLink 56K Internet Modem 56Kbps V.90 external internet modem$60.11105256K DesktopELSA MicroLink 56K USB Modem 56Kbps USB external modem$74.951053Modem CardEXP ThinFax 56L Low power 56K PCMCIA modem for Laptop/PDA$72.251054Modem CardFive of Hearts Trumpcard 56Kbps V.90 PC Card Type II modem$231.21105556K DesktopHawking 56K V.90 PCI Data/Fax/Voice Modem$25.73105656K DesktopHawking USB
  • 18. 56K V.90 Modem 56Kbps V.90 external data/fax modem$46.051057Modem CardHayes ACCURA 56K/V.90 PC Card$120.24105856K DesktopHayes ACCURA V.92 PCI Fax Modem 56Kbps, V.92 internal PCI Voice/Data/Fax Modem$60.24105956K DesktopHayes ACCURA® 56K™/V.90 PCI Modem 56K PCI, high-speed V.9- voice fax modem$50.24106056K DesktopHP 56K External Modem 56Kbps V.90 USB, external modem$50.03106156K DesktopHP 56K V90 external USB e-modem 56K V.90 external USB modem$50.03106256K DesktopHP 56K V90 PCI Internal Modem 56Kbps V.90 PCI Internal Modem$39.881063Modem CardIBM International Cellular Modem 56K bps, X2, PC Card modem$179.10106456K DesktopIBM V.90 PCI Data/Fax WinModem PCI data/fax modem$46.901065ISDN/DSLKentrox 120 VAC to 24 VDC Power Supply 24 VDC wall-mount, 6w, up to 4 units$39.271066ISDN/DSLKentrox D-Serv 56/64 SNMP Stand Alone$539.951067ISDN/DSLKentrox PaceSetter Pro D- Serv CSU$718.131068ISDN/DSLKentrox T-Serv CSU Stand Alone$775.951069ISDN/DSLLinksys USBDSL1 Instant Broadband ADSL USB Modem$136.351070ISDN/DSLLucent DSLPipe-HST 1-port SDSL-based router/bridge, 4 Ethernet, and 1 console port 2.3MB$529.391071ISDN/DSLMultitech ISDN Modem - External ISDN, external modem$199.871072Modem CardMulti-Tech MultiMobile 56K bps, V.90, PC Card modem$119.781073ISDN/DSLMultitech MultiModem ISDN BRI-NTI External$229.321074ISDN/DSLMultiTech MultiModemISDN Internal ISDN modem$109.711075ISDN/DSLNETGEAR XM128 128Kbps ISDN Digital Modem 128Kbps ISDN digital modem$169.92107656K DesktopNew Media 56Kbps US Fax/Voice/Modem 56Kbps V.90 USB Fax/Voice modem$76.291077Modem CardNew Media NetSurfer 56K bps, K56flex, PC Card modem$76.321078Modem CardOsitech 56K Motorola StarTAC Five of Clubs cellular data kit 56Kbps data/fax modem and a Motorola StarTAC cable$169.251079Modem CardOsitech 56K Nokia Five of Clubs
  • 19. cellular data kit 56Kbps data/fax modem and a Nokia cable$159.251080Modem CardOsitech Modem/Wireless Internet Access + 56K - Nokia Cellular + 56K PC Card with CellFlex$199.241081Modem CardPENTAX MODEM KIT 56K$99.921082ISDN/DSLProtec WebBeetle WBE/IU model 1- port 10BASE-T RJ-45, concurrent high speed ISDN Internet access$180.141083ISDN/DSLPsion Global ISDN Goldcard Multi-function PC Card$260.221084Modem CardPsion Gold Card Global 56K 56K V.90 Global Modem Card$169.841085Modem CardSimpleTech 56K Value PC Card Modem 56K bps, K56flex, PC Card modem$75.661086ISDN/DSLUMAX UGate 3000 Cable/ADSL Modem Sharing Device with 4-port 10/100 Auto-sensing Dual Speed Hub$139.00108756K DesktopUS Robotics 56K Faxmodem for Windows 56Kbps V.90 PCI internal data/fax modem$37.451088Modem CardUS Robotics 56K Modem PC Card 56K V.90 modem PC card$79.221089Modem CardUS Robotics 56K Modem PC Card with XJACK 56K, V.90 modem PC card$79.22109056K DesktopUS Robotics 56K Performance Pro Modem 56Kbps V.90 PCI internal modem$77.051091ISDN/DSLUS Robotics Courier I-modem ISDN with V.90 External ISDN/56K V.90 modem$277.131092Modem CardUS Robotics Megahertz 56K Global GSM and Cellular 56K modem PC card$146.971093Modem CardUS Robotics Megahertz 56K Global GSM and Cellular 56Kbps V.90 PC card modem$154.251094Modem CardUS Robotics Megahertz 56K Winmodem PC Card 56Kbps V.90 PC Card modem$120.101095Modem CardUS Robotics Megahertz Winmodem PC Card with X-Jack 56Kbps, V.90, PC Card modem$73.091096Modem CardUSR MHZ 56K GL GSM CELL PC CARD$109.181097Modem CardViking 56K Cellular Ready PC Card Modem Motorola cellular phone connection kit$130.211098Modem CardViking 56K Cellular Ready PC Card Modem Nokia cellular phone connection kit$130.21109956K DesktopViking 56K Internal Winmodem
  • 20. 56K bps, V.90, internal, fax/data modem, Windows PCI version$55.831100Modem CardViking 56K PC Card Modem 56K bps, V.90, PC Card modem$99.67111156K DesktopZoom Dualmode 56K Internal Modem 56Kbps V.90 PCI internal data/fax modem$57.391112Modem CardZoom Dualmode Zoom PC Card 56K FaxModem 56Kbps, K56flex, PC Card modem$89.71111356K DesktopZoom FaxModem 56K Dualmode 56Kbps, V.90, ISA, internal, voice/data modem$79.70111456K DesktopZoom FaxModem 56K PCI Dualmode 56Kbps, V.90, internal, data/fax modem$46.24111556K DesktopZoom FaxModem 56K PCI Plus Controller 56K V.90 internal PCI controller faxmodem$79.56111656K DesktopZoom USB Mini Model 3090 56K Modem 56K V.92 USB external mini-fax modem$69.821117Modem CardZoom V.90 56K DFV PC CARD-Controller Zoom/FaxModem 56K PC Card$69.69111856K DesktopZoom V.90 External Modem 56Kbps, V.90, external, data/fax modem$80.24111956K DesktopZOOM/MODEM V.92 PCI 56Kbps V.92/V.44 PCI Internal PCI Modem with Voice/Sync/Autosync$50.241120ISDN/DSLZyXEL Elite 2864I- S/T ISDN 128K$369.191121ISDN/DSLZyxel Omni Net U ISDN Terminal Adapter For Window 95, 98, NT$146.401122ISDN/DSLZyxel omni.net LCD Plus ISDN terminal adapter with USB interface$220.14 SummaryModem TypeAverage PriceCount56K DesktopISDN/DSLModem Card