countif

Status
Not open for further replies.

jasman

Board Regular
Joined
Oct 30, 2010
Messages
141
i the following formula how can i add the conditions that if the value in cell l7 is equal to value in cell r7 or u7 then read TRUE?

=NOT(IF(OR(COUNTIF(L7,F7&"*"),COUNTIF(L7,I7&"*")),OR(ISNUMBER(SEARCH({0,1,2,3,4,5,6,7,8,9},L7)))))

THANKS
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
ive found that these are thw 2 formulas i need but i need to join them together?

=NOT(IF(OR(COUNTIF(L7,F7&"*"),COUNTIF(L7,I7&"*")),OR(ISNUMBER(SEARCH({0,1,2,3,4,5,6,7,8,9},L7)))))

=IF(LEFT(R8,1)=L8,"TRUE", IF(LEFT(U8,1)=L8,"TRUE", "FALSE")),"FALSE")
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,224,613
Messages
6,179,904
Members
452,948
Latest member
Dupuhini

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