asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,227
- Office Version
- 2013
- Platform
- Windows
Code:
=COUNTIF($D$3:$D$500,O2)
Good Day,
Above formula works fine but why there are numerics ıf there is no any data from column D and E ?
Also how can I avoid to display in cells #N/A if no values on related column with given formula below?
Code:
=VLOOKUP(O2,$D:$F,2,0)