Formula Request - numerical and text

ItalianPlatinum

Well-known Member
Joined
Mar 23, 2017
Messages
793
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hello - I am looking for an excel formula that will sum columns B-D, but the issue is B-D could present strictly text values so I am running into an issue of how to support the following 2 criteria

  1. If any numerical value sum in Column E
  2. if all non numerical in B-D then in column E present "No Change"
see below for example:
ActivityCondition 1Condition 2Condition 3FORMULA NEEDED
Y100No changeNo change100
NNo changeNo changeNo changeNo change
NNo changeNo changeNo changeNo change
YNo change500No change500
NNo changeNo changeNo changeNo change
YNo changeNo change150150
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Place this in cell E2 and copy down:
Excel Formula:
=IF(COUNTIF(B2:D2,"No Change")=3,"No change",SUM(B2:D2))
 
Upvote 0
Solution
Thanks it is working. i have another similar formula needed but little different. ill create a new post for that.
 
Upvote 0

Forum statistics

Threads
1,214,830
Messages
6,121,834
Members
449,051
Latest member
excelquestion515

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