Upgrading a formula

Brew

Well-known Member
Joined
Sep 29, 2003
Messages
1,569
How do I add to this formula if w345 is also greater than 15:
=AND(ISNUMBER(W345),W346="x")
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Thanks, Doug T

How do I count the number of times the value is greater than 16 in the range w4:w1003?
 
Upvote 0
=COUNTIF(W4:W1003,">16")

By the way, it is usually best to start a new thread when you have a brand new question.
 
Upvote 0
jm, thanks for the formula and suggestions, however, the formula is giving me a higher result, because it is counting the values in the formula within each cell in the range, rather than just the actual value results that have a value greater than 16
 
Upvote 0
because it is counting the values in the formula within each cell in the range, rather than just the actual value results that have a value greater than 16
I do not understand what you are asking. Could you please post an example?
 
Upvote 0

Forum statistics

Threads
1,215,698
Messages
6,126,270
Members
449,308
Latest member
VerifiedBleachersAttendee

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