Forum Discussion
JLincolnJensen
Jun 06, 2023Copper Contributor
Conditionally filling cells
I have three columns of data. Column one is specific dates pertaining to a number of events recorded on that day in column two. Ex: 1 2 Date | Events per day...
- Jun 06, 2023
=IFERROR(VLOOKUP(C2,$A$2:$B$4,2,FALSE),0)VLOOKUP along with IFERROR returns the intended result in my understanding.
OliverScheurich
Jun 06, 2023Gold Contributor
=IFERROR(VLOOKUP(C2,$A$2:$B$4,2,FALSE),0)VLOOKUP along with IFERROR returns the intended result in my understanding.