Add two values in the one colum
Hi,
I am trying to add two different values from the one column in the sheet summary and keep coming up with an error
=SUM(COUNTIFS([Lease Due In]1:[Lease Due In]130, "Due in Next Month", COUNTIFS([Lease Due In]1:[Lease Due In]130, "Due in Next 3 Months")))
The error is #INCORRECT ARGUMENT SET
I have tried a few different ways by using the countif, countifs fetures, but still get an error.
Was hoping someone may be able to point me in the right direction.
Kind Regards
Cathy
Comments
-
Without seeing some screenshots or a more detailed explanation of your setup, the best I can do is point out a minor syntax error. You need to close out the first COUNTIFS which would in turn remove a closing parenthesis from the end of the formula.
=SUM(COUNTIFS([Lease Due In]1:[Lease Due In]130, "Due in Next Month"), COUNTIFS([Lease Due In]1:[Lease Due In]130, "Due in Next 3 Months"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!