Need a help, I need a VBA code for deleting rows from the table in Sheet Temp excluding status mention in Sheet Select
Status Mention in Sheet Select may change time to time (may increase or decrease also), so i was trying to use Name function, but unable to do so
Need a help, I need a VBA code for deleting rows from the table in Sheet Temp excluding status mention in Sheet Select
Status Mention in Sheet Select may change time to time (may increase or decrease also), so i was trying to use Name function, but unable to do SO
Duplicate...
=CONCATENATE(IF(B2<>"",B$1&",",""),IF(C2<>"",C$1&",",""),IF(D2<>"",D$1&",",""),IF(E2<>"",E$1&",",""))
or you can use equal (=) sign with your value
Thanks for you reply, but i can't use VBA in my sheet because the person who will use this sheet neither know excel nor VBA
& this red color are manually filled by team member
Thanks again
Hi All,
I want to Count Data from a single column say F with multiple condition like all the cell equal to either "suspected fraud" or "fraud" or "fraud booking" or "fraud location" or "previous fraud"
using multiple condition with data also
like how many above mentioned type of frauds we...