Need help with count specific column

Lukma

Board Regular
Joined
Feb 12, 2020
Messages
240
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
Hi Friends

Please can some help out with a solution to this count of specific cell i need

i have my Table Header List with unique name for this column which Location/Site Rig Move and i need to count Rig name is input in AG
Solution i need to count only this column E7, K7, P7, V7, AA,
Example if Column E7 = Text column AG count = 1
and If E7 and K7 = Text column AG count =2

Appreciate with any solution to count this specific column only

Shipping Vessels Activity & Voyage Plan Log.xlsx
EFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAG
6Location/ Site Rig-moveTotalLiftCargo TonBulk TypeBulk MtTotal PlanLocation/ Site Rig-moveTotalLiftCargo TonBulk TypeBulk MtLocation/ Site Rig-moveTotalLiftCargo TonBulk TypeBulk MtTotal PlanLocation/ Site Rig-moveTotalLiftCargo TonBulk TypeBulk MtLocation/ Site Rig-moveTotalLiftCargo TonBulk TypeBulk MtTotal PlanTotal Plan
7Al Ghallan Island Al Ghallan Island Elasticem0
8
Shipping Voyage Log
Cell Formulas
RangeFormula
AG7AG7=COUNTIFS(INDEX(E7:AF11,,ROWS($E$6:$AF$6)),E7:AF7)
Cells with Data Validation
CellAllowCriteria
K7:K8List=Info!$D$4:$D$81
P7:P8List=Info!$D$4:$D$81
V7:V8List=Info!$D$4:$D$81
E7:E8List=Info!$D$4:$D$81
AA7:AA8List=Info!$D$4:$D$81
N7:N8List=Info!$F$4:$F$25
S7:S8List=Info!$F$4:$F$25
Y7:Y8List=Info!$F$4:$F$25
H7:H8List=Info!$F$4:$F$25
AD7:AD8List=Info!$F$4:$F$25
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
COUNTA should work for that
Excel Formula:
=COUNTA(E7,K7,P7,V7,AA7)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,731
Messages
6,126,538
Members
449,316
Latest member
sravya

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