#value! or "o" error in countifs formula

Amit Desai

New Member
Joined
Mar 21, 2020
Messages
8
Office Version
  1. 2013
Platform
  1. Windows
Hi,

I need to make MIS Report where I need to count following.


in my row data sheet I have column like "Created By" = Technician name , "Cat_SubCat" = types of call he has attended , "Logged time" = Date a call was attended , etc. I want to count based on these 3 criteria. i.e.
on date 1-2-20 how many calls by Technician for Category "Ads internal - 1st shift" . my formula is as follows

=COUNTIFS('RAW Data'!R3:R1895,C$3,'RAW Data'!J3:J1895,$A$4,'RAW Data'!H3:H1895,$B5)

instead of result it just shows "0" in all cell.

can any one help me on this?

Regards,
Amit Desai.
 

Attachments

  • Countifs_error.JPG
    Countifs_error.JPG
    192.3 KB · Views: 4

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
You probably need to make the Raw data ranges absolute (add $ symbols). I don't think that will cure the problem, but I suspect that it will be part of it.
We will need to see the raw data as well to be able to spot any anomalies, but even that might not be enough to identify the cause.
 
Upvote 0
You probably need to make the Raw data ranges absolute (add $ symbols). I don't think that will cure the problem, but I suspect that it will be part of it.
We will need to see the raw data as well to be able to spot any anomalies, but even that might not be enough to identify the cause.

After your suggestion I have changed the formula as $h:$h etc. that solved my problem.
Thanks a lot.

Regards,
Amit Desai
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,581
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top