Automatic generation of second grade stochastic arithmetic system

Source: Internet
Author: User
Tags vlookup function

The main formula is: VLOOKUP, Randbetween

The 1.VLOOKUP function is a portrait lookup function in Excel.

Function: Search by column, and finally return the value corresponding to the column order of the query;

How to use: VLOOKUP (the value to find, the area to find, the number of columns in the lookup area to return data, fuzzy match/Exact match (true/false or not))

The 2.RANDBETWEEN function returns a random integer that is between two specified numbers. A new random integer is returned each time the worksheet is calculated.

How to use:

Randbetween (bottom,top) Bottom parameter: The smallest integer that Randbetween will return. Top parameter: Randbetween The largest integer that will be returned. So at this point =vlookup (Randbetween (1,4), u1:v4,2) here means to randomly extract an integer from the U1 to the V4 area of 1-4 to extract the corresponding arithmetic symbol. =randbetween (1,99) randomly selects integers between 1-99. But if we pull down at this point, we'll find that there is an error.

Click to find the wrong cell in the drop-down process, the selection changes.

So, at this point, you need to apply the lock symbol $ lock cell

Problem solving, load adjust cell format, get the final result.

Automatic generation of second grade stochastic arithmetic system

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.