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...
My Query is:-
I have Raw Data in ws1, now I want to extract some required data without using pivot table & VBA in ws2
Data in ws1
Brand (InCell A1) Product (In Cell B1)
a 1
b 2
c 3
a 4
b...
Use below mention formula in mentioned cells & Drag until you cover your entire data in the format you want
here, i assumed blank row in between ((Phone Number 4)) & ((Jane Monroe 1))
In C2 :- INDEX($A$1:$A$36000,ROW()+(4*(ROW()-2)),1)
In D2 :- INDEX($A$1:$A$36000,ROW()+(4*(ROW()-2))+1,1)...