Caveman1964
Board Regular
- Joined
- Dec 14, 2017
- Messages
- 127
- Office Version
- 2016
- Platform
- Windows
Hi,
I am trying to get a cell to countif from another sheet.
I am on sheet 5 and trying to get data from data collection sheet. and if blank it shows nothing.
For some reason, I am just getting a zero. I want to read column L from data collection and count how many of certain customers are there. New customers are added weekly.
Please help if I explained well enough.
Thank you ahead of time.
=IF(ISBLANK('Data Collection'!L7),"",COUNTIFS('Data Collection'!L$7:L7,L7))
I am trying to get a cell to countif from another sheet.
I am on sheet 5 and trying to get data from data collection sheet. and if blank it shows nothing.
For some reason, I am just getting a zero. I want to read column L from data collection and count how many of certain customers are there. New customers are added weekly.
Please help if I explained well enough.
Thank you ahead of time.
=IF(ISBLANK('Data Collection'!L7),"",COUNTIFS('Data Collection'!L$7:L7,L7))