简体   繁体   中英

How to specify a range of numbers in a single cell

Background: I am researching heavy metal contents in soil and i have a list of each specific heavy metal and its permissable concetration thresholds in the soil.

The problem is very specific: Here is the problem... I need a range of numbers for example 0,85 - 1, to be specified in a single cell. So this single cell should contain a range, from which i can lookup a number within that range.

在此处输入图像描述 .

I am not sure if that is even possible in excel.

It is possible to concatenate cell values, is this what you want?

在此处输入图像描述

In order to do this, I have put the Excel formula =B2 & " - " & C2 in cell "F2"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM