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

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi,

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

Forum statistics

Threads
1,215,483
Messages
6,125,064
Members
449,206
Latest member
Healthydogs

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