Hello! I'd be happy to help you with your Google Sheets formulas. What do you need help with?
You can use the IF
function in Google Sheets to create a formula that separates the merchants based on their location. Assuming the merchant names are in column A, you can use the following formula in cell B1 to separate the merchants into either "Depok" or "Tangerang":
less=IF(REGEXMATCH(A1,"Depok"), "Depok", IF(REGEXMATCH(A1,"Tangerang"), "Tangerang", "Other"))
This formula uses the REGEXMATCH
function to check if the location name is present in the merchant name. If the merchant is located in Depok, the formula will return "Depok". If the merchant is located in Tangerang, the formula will return "Tangerang". If the location is not present in the merchant name, the formula will return "Other".
You can copy this formula down the column to apply it to all merchants in your list. The formula will automatically update for each row based on the merchant name in column A.
REGEXMATCH
is a function in Google Sheets that allows you to check if a piece of text matches a regular expression. A regular expression (regex) is a pattern that you can use to match text.
In the context of the formula I provided earlier, REGEXMATCH
is used to check if the name of the location is present in the name of the merchant. The syntax for REGEXMATCH
is:
scssREGEXMATCH(text, regular_expression)
Where:
text
is the text you want to check for a matchregular_expression
is the pattern you want to match against the text
In the formula I provided earlier, REGEXMATCH
is used to match the merchant name in column A against the regular expressions "Depok" and "Tangerang". If there is a match, the formula returns either "Depok" or "Tangerang" depending on which regular expression was matched.
No problem, you can still use the same IF
formula I provided earlier, but with a slight modification to include all the locations in the regular expressions. Here's the updated formula that you can use:
less=IF(REGEXMATCH(A1,"SELIN MOTOR PSKD|Bengkel KopTrans DOB|Bung Mekanik|Juanda|Bengkel Nunggal Jaya|Hj.dimun|Cilodong|Rafi Matic RFM|Siliwangi Motor|Kalimulya|Hubas Ban/Suba Motor|Arief Rahman Hakim|Harapan Motor Kartini|HCB MOTOR|Harapan Motor, Tanah Baru|Harapan Motor, Kampung Pulo"), "Depok", IF(REGEXMATCH(A1,"Lotus Motor|PB Motor|Serpong Jaya Motor|Rawa Buntu|Snr Motor|AHASS KELAPA DUA MOTOR|Kelapa Dua|Glenn Motor|Dua Saudara Motor|Serua|Brian Motor|Kamerun Motor|talenta motor|jl khajar dewantara no134|Keven Motor|Firman Motor|Jl Musi Barat Blok B2/18|Pro Jaya Motor|Ceger Raya|Maruli Motor|Taman Walet|SM MOTOR|Ciputat|Sebrang Cafe Gas15|Rujak Buah Nika|Cibodas|Ichiro Motor Indonesia|Bintaro|Aris Jaya Motor|Jl. Benteng Betawi No. 77|Union Motor - Boulevard|Union Motor Penabur|KTM Wuling, Tangerang Selatan|Union Motor - Karawaci|Union Motor|bengkel teras, pdk aren|Abay Motor, Ciledug"), "Tangerang", "Other"))
This formula works in the same way as before, but now includes all the locations in the regular expressions. If the location is present in the merchant name, the formula returns either "Depok" or "Tangerang" depending on which regular expression was matched. If neither location is present, the formula returns "Other".
You can copy this formula down the column to apply it to all merchants in your list. The formula will automatically update for each row based on the merchant name in column A.
You're welcome! I'm glad I could help. Don't hesitate to ask if you have any more questions or if you need further assistance.
Sure, I'd be happy to help with some advice on how to promote these workshops to your Gojek drivers!
In-app notifications: You could send out in-app notifications to all Gojek drivers in the Depok and Tangerang areas, promoting the workshops in those locations and offering any incentives for drivers who visit those workshops.
Social media marketing: You could create social media posts promoting the workshops in Depok and Tangerang, and target those posts to Gojek drivers in those areas. You could also create social media ads to reach a wider audience.
Email marketing: You could send out emails to your Gojek drivers in the Depok and Tangerang areas promoting the workshops and offering any incentives for drivers who visit those locations.
In-person promotions: You could also consider setting up a booth or stand at popular driver hangout spots in the Depok and Tangerang areas to promote the workshops in those locations. This could include offering free samples or giveaways to entice drivers to visit the workshops.
Referral program: You could also consider setting up a referral program, where Gojek drivers who refer other drivers to the workshops in Depok and Tangerang receive a reward or incentive for doing so.
By using a combination of these marketing strategies, you can increase awareness of the workshops in Depok and Tangerang among your Gojek drivers and encourage them to visit these locations for motorcycle repairs.