{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

Excel 2016公式与函数辞典

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

Excel 2016公式与函数辞典

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

畅销辞典办公书全新升级版,全版本总销量突破20万册!

适用于Windows 10/8/7操作系统。

翻阅间融智慧,实战中现精髓——祝您轻松晋升Excel高手!

全面丰富:本书收录日常实用频率的12类函数,对360多个函数进行了全面而彻底的解析,并提供了600多个函数的逆向查找技巧。

技巧实用:不仅按各函数的功能分门别类地进行讲解,同时融汇了各函数的组合应用技巧,通过各种函数组合实现更丰富的功能。

Content Description

本书共13个部分,按功能对356个函数进行了彻底讲解,包括数学与三角函数、日期与时间函数、数据库函数、财务函数、统计函数、逻辑函数、文本函数、信息函数、工程函数、查找与引用函数、外部函数和Web函数12大类函数。书中并不是单纯地讲解知识点,而是将函数知识与行政、工程、财务、统计等各个领域中的经典实例结合,使读者不仅能学习到函数的操作方法,而且能利用函数提高数据处理、分析和管理的能力。同时本书还包含600多个函数的逆向查找技巧。
Book Abstract

SECTION 01 函数的基础知识

Excel是Microsoft Office家族中的主要成员之一,而其中所提供的函数其实是一些预定义的公式,利用它能够在Excel中快速准确地进行各种复杂的运算。简单地说,使用函数时,只需指定相应的参数即可得到正确结果,从而将烦琐的运算简单化。本部分内容将对函数的基础知识进行详细的介绍。函数的基本事项

1. 基础公式

Excel中的函数可以说是一种特殊的公式。在使用函数前,需提前了解公式的基本参数。公式是进行数值计算的等式,由运算符号组合而成。

认识公式 公式的结构、运算符号的种类

输入公式 公式输入是以“ =”开始的

复制公式 把单元格中的公式复制到另一单元格的方法

单元格的引用 包括“相对引用”、“绝对引用”以及“混合引用” 3种方式

2 . 函数基础

了解函数的类型,熟悉函数的语法结构、参数设置,掌握其输入方法。此外,还介绍了函数检索的方法以及嵌套函数的技巧

认识函数 函数的结构和分类

输入函数 利用“插入函数”对话框来输入函数,或直接在单元格内输入

函数的修改 函数的修改和删除

函数的嵌套 函数参数中进一步指定其他函数

3. 错误分析

介绍在指定函数的单元格中修改显示错误内容时的方法。同时,介绍对循环引用产生的错误的处理方法。

确认错误 显示单元格中的错误内容,以及在公式引用中发生错误的对应分析

4. 加载宏的使用

在高等函数中,包含有“加载宏”的外部程序。如果要使用此函数, Excel必须加载该程序

加载宏 利用包含有加载宏的函数的方法

5. 数组的使用

作为函数使用的应用手册,讲解在函数中使用数组的方法。

数组 数组常量和数组公式的使用

1 基础公式

公式是对工作表中的值执行计算的等式。在Excel中,可以使用常量和计算运算符创建简单公式。

认识公式

在Excel中,公式是以“ =”开始的用于数值计算的等式。简单的公式包含+、-、×、÷四则运算,复杂的公式包含函数、引用、运算符、常量等。比如运用>、<之类的比较运算符,比较单元格内的数据。因此, Excel公式不局限于公式的计算,还可运用于其他情况。公式中使用的运算符包括算术运算符、比较运算符、文本运算符、引用运算符4种类型。

如果在公式中同时使用了多个运算符,那么将按照表5所示优先级进行计算。它和基本的数学运算优先级基本相同,但是,括号内的数值先计算。在了解公式的基本知识后,接下来学习如何输入公式,以及使用公式进行相应计算。输入公式

在Excel中,可以利用公式进行各种运算。在此,首先学习输入公式的流程。

① 选中需显示计算结果的单元格;

② 在单元格内输入等号“ =”;

③ 输入公式并按Enter键确认。

用键盘直接输入公式时,首先应选中需显示计算结果的单元格,并在其中输入“ =”。如果不输入“ =”,则不能显示输入的公式和文字,也不能得出计算结果。此外,在公式中也可以引用单元格,如果引用包含有数据的单元格,那么在修改单元格中的数据时,对公式的结构没有影响,用户无须再次修改公式。

在公式中引用单元格时,单击相应的单元格(选中单元格区域)比直接输入数据简单,选定的单元格将被原样插入到公式中。待完成公式的输入后,用户可以随时对其进行修改。如果不再需要公式,那么可以选中单元格,按Delete键将其删除。

在Excel中,用户可以直接在编辑栏中输入公式,也可以通过引用数值单元格的方法输入公式。

EXAMPLE 1 输入公式

在Excel中,用户可以直接在编辑栏中输入公式,也可以通过引用数值单元格的方法输入公式。

POINT 引用单元格比直接输入数据更方便

在公式中引用单元格时,直接单击单元格,单元格边框四周呈闪烁状态,如EXAMP1的步骤④所示。随后还可以单击重新选择其他的单元格。公式中引用单元格比直输入数据简便,这是因为即使单元格中用于计算的数值发生改变,也没必要修改公式。

EXAMPLE 2 修改公式

在Excel中,修改公式时,首先应选中公式所在单元格,然后在编辑栏中对原先输入的公式进行编辑即可。

POINT 使用F2键编辑公式

选中包含公式的单元格,然后按F2键,公式即呈编辑状态,在单元格内直接修改。此时单元格内的光标闪烁,用户可以按左方向键或右方向键将光标移至需修改的位置。EXAMPLE 3 删除公式

选中公式所在单元格,按Delete键删除。若要删除多个单元格中的公式,则可以先选中多个单元格再执行删除操作。复制公式

当需要在多个单元格中输入相同的公式时,通过复制公式的方式会更快捷方便。复制公式时,需保持复制的单元格数目一致,而公式中引用的单元格会自动改变。在单元格中复制公式,有使用自动填充方式和复制命令两种方法。把公式复制在相邻的单元格,使用自动填充方式复制更快捷方便。

EXAMPLE 1 使用自动填充方式复制

选择公式所在单元格,将鼠标光标放在该单元格的右下方,当光标变成一个小+号时按住鼠标左键往下拖动即可复制。POINT 自动填充时的单元格格式

自动填充时,单元格格式也将被复制到单元格中。若不想使用此格式,则可以单击自动填充后显示出来的“自动填充选项”按钮,在弹出的下拉菜单中选择“不带格式填充”。

……

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book