简体   繁体   中英

Display text in excel cell

Trying to display the text of one cell (from sheet 1) into another cell (sheet 2) which also has a count (already have fx for the count) and conditional formatting.

Example sheet here Example

I am trying to set something up like this Hell needed

you can use & to concatenate 2 results, eg:
=sum(4,4)&" "&A2 在此处输入图片说明

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