Conditional Formula

Dsheaff

New Member
Joined
Aug 14, 2018
Messages
33
Cells H8, H180, and H260 are either blank or contain text. Cells W8, W180, and W260 are to equal the text in cells H8, H180, and H260.... I simply used the formula cell W8=H8, cell W180=H180, and cell W260=H260. When there is no text in cells H8, H180, or H260, the recipient cells are reflecting 0 (zero). Cell W300 is to reflect the number of times cells W8 thru W260 contain text... I used the following formula in recipient cell W300: =COUNTA(W8:W260) When only two of the three cells in the subject range contain text the formula is returning a value or count of 3. I want the return to equal only the number of times text appears in the range.

Help will be greatly appreciated.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Maybe
Excel Formula:
=COUNTIF(W8:W260,"?*")
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,399
Members
448,958
Latest member
Hat4Life

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