lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I wrote vlookup function + match function to return the value if a user enter name and month
A1= please enter name
A2= Please enter month
A3= vlookup (?,?:?,match(?,?,exact),false)
Everything is fine, if user enter Mary and month is Feb then the vllookup will return 22. My question, how can I make excel highlight 22 in the table in green color for example? Is that possible? Thank you so much.
[TABLE="width: 200"]
<tbody>[TR]
[TD]name[/TD]
[TD]jan[/TD]
[TD]feb[/TD]
[TD]mar[/TD]
[TD]apr[/TD]
[/TR]
[TR]
[TD]john[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]mary[/TD]
[TD]11[/TD]
[TD]22[/TD]
[TD]54[/TD]
[TD]88[/TD]
[/TR]
[TR]
[TD]alex[/TD]
[TD]8[/TD]
[TD]4[/TD]
[TD]33[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]liz[/TD]
[TD]1[/TD]
[TD]4[/TD]
[TD]9[/TD]
[TD]44[/TD]
[/TR]
</tbody>[/TABLE]
I wrote vlookup function + match function to return the value if a user enter name and month
A1= please enter name
A2= Please enter month
A3= vlookup (?,?:?,match(?,?,exact),false)
Everything is fine, if user enter Mary and month is Feb then the vllookup will return 22. My question, how can I make excel highlight 22 in the table in green color for example? Is that possible? Thank you so much.
[TABLE="width: 200"]
<tbody>[TR]
[TD]name[/TD]
[TD]jan[/TD]
[TD]feb[/TD]
[TD]mar[/TD]
[TD]apr[/TD]
[/TR]
[TR]
[TD]john[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]mary[/TD]
[TD]11[/TD]
[TD]22[/TD]
[TD]54[/TD]
[TD]88[/TD]
[/TR]
[TR]
[TD]alex[/TD]
[TD]8[/TD]
[TD]4[/TD]
[TD]33[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]liz[/TD]
[TD]1[/TD]
[TD]4[/TD]
[TD]9[/TD]
[TD]44[/TD]
[/TR]
</tbody>[/TABLE]