Question about searching a spreadsheet by month

Karl E

New Member
Joined
Apr 3, 2015
Messages
12
In Microsoft Excel,I need to write a formula that works this way:

  1. If (cell E1 to E13000) is between january 1 and january31
  2. And if Column F has"Employee Computer" in the cell

Sumthe time elapsed which is recorded in column J for all the rows in whichcondition1 and condition 2 were met.

Below is the formula I came up with.

=SUMIFS(Usage!$J$1000:$J$13000,Usage!$E$1000:$E$13000,”>=1/1/2019″,Usage!$E$1000:$E$13000,”<=1/31/2019″,Usage!$F$1000:$F$13000,"EmployeeComputer")

I keep getting an error message


And it also highlights 2019 on the formula (including thelast quotation mark.

Does anyone know what I’m doing wrong??

 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Hi,

In your E column, do your store your date values as Text or as Numbers ...?
 
Upvote 0

Forum statistics

Threads
1,215,473
Messages
6,125,015
Members
449,203
Latest member
tungnmqn90

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