takhome 2019-4-30 20:07
Excel新手,請問如果我在sheet 1, 打了”名字”。之後想在sheet 2顯示該名字,如果無打就顯示Vacant。咁應該如何寫?
我試過不行:
=IF(sheet1!A1=0, “Vacant”, “sheet1!A1”)
最後只能sheet1!A1在sheet2,不是名字。
請指教,thanks!
wtf_name 2019-4-30 20:34
=IF(sheet1!A1=“”, “Vacant”, sheet1!A1)
takhome 2019-5-2 08:53
多謝!
如果想Vacant字是紅色,應如何寫?thx
ioioioiooioo 2019-5-17 15:06
[quote]原帖由 [i]takhome[/i] 於 2019-5-2 08:53 AM 發表 [url=https://computer.discuss.com.hk/redirect.php?goto=findpost&pid=498661223&ptid=28189796][img]https://computer.discuss.com.hk/images/common/back.gif[/img][/url]
多謝!
如果想Vacant字是紅色,應如何寫?thx [/quote]
Conditional Formatting > Highlight cells rules > Equal to