Тёмный

Get Alert Mails on Expiry | Google Sheets Malayalam Tutorial 

XL n CAD Malayalam
Подписаться 171 тыс.
Просмотров 17 тыс.
50% 1

ഇൻഷുറൻസ് പോളിസികളുടെയും, മറ്റ് സബ്സ്ക്രിപ്ഷൻ സർവീസുകളുടെയും Renewal / Expiry Date കണ്ടെത്തി അതിനു അനുസരിച്ചു Alert Message, email ആയിട്ട് അയക്കുന്ന ഗൂഗിൾ ഷീറ്റ്‌സ് ഫോർമാറ്റ്.
Google Sheets template for calculating the Expiry Date or Renewal Date in Excel and the program for sending Alert messages as mails, explained in Malayalam.
മൈക്രോസോഫ്റ്റ് എക്സൽ കോഴ്സിൽ എൻറോൾ ചെയ്യുന്നതിന് വേണ്ടിയുള്ള ലിങ്ക് ചുവടെ...
www.udemy.com/...
Subscribe to the channel ‪@AjayAnandXLnCAD‬ for more.
/ ajayanandxlncad
Microsoft Word Beginner to Professional കോഴ്സിൽ എൻറോൾ ചെയ്യുന്നതിന് വേണ്ടിയുള്ള ലിങ്ക് ചുവടെ...
www.udemy.com/...
Download the code (Apps script) for generating mails.
drive.google.c...
#googlesheettutorial #malayalamtutorial #expirydate

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 86   
@XLnCADMalayalam
@XLnCADMalayalam 4 месяца назад
Code for generating mails with Alert messages function checkExpiry() { // Set current time before performing other tasks var currentTime = new Date(); var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); sheet.getRange("L3").setValue(currentTime); var lastRow = sheet.getLastRow(); var expiredValues = []; // Array to store expired values var expiringSoonValues = []; // Array to store expiring soon values for (var i = 4; i 0 || expiringSoonValues.length > 0) { var recipientEmail = 'yourmail@xlncad.com'; // Replace with your actual email address var subject = 'Notification from Google Sheet'; var message = ""; if (expiredValues.length > 0) { var expiredMessage = "Expired Items: " + expiredValues.join(", "); message += '1: ' + expiredMessage + " "; } if (expiringSoonValues.length > 0) { var expiringSoonMessage = "Items Expiring soon: " + expiringSoonValues.join(", "); message += '2: ' + expiringSoonMessage; } MailApp.sendEmail(recipientEmail, subject, message); } }
@chummalalettan2449
@chummalalettan2449 4 месяца назад
how to add second column content also with subscrition.
@nidhunskrishna76
@nidhunskrishna76 4 месяца назад
app script function run, but mails are not coming
@viswarajk.v6889
@viswarajk.v6889 4 месяца назад
Perfect. ഇതെപോലുള്ള സർവീസ് തരുന്നത്തിന് പ്രത്യക നന്ദി അറിയിക്കുന്നു
@Jamalolakara
@Jamalolakara 4 месяца назад
Ur the best👍👍👍 നിങ്ങളെ വിഡിയോ കണ്ട് ഞമ്മളെ കാര്യങ്ങൾ എല്ലാം നമ്മൾ ചെയ്യാറുണ്ട് Google sheet lover 🌹
@samadneduvally0
@samadneduvally0 Месяц назад
thank you sir... nice tutorial
@biju411
@biju411 2 месяца назад
Very good narration...
@pavithrant5067
@pavithrant5067 2 месяца назад
Appreciated!! thanks for sharing
@XLnCADMalayalam
@XLnCADMalayalam 2 месяца назад
😀👍
@majeeshtp593
@majeeshtp593 4 месяца назад
You are great in this. Love ❤
@roshanabraham8626
@roshanabraham8626 4 месяца назад
Perfect Thank you for the amazing content
@XLnCADMalayalam
@XLnCADMalayalam 3 месяца назад
You are welcome!
@sajeevraghavan1149
@sajeevraghavan1149 4 месяца назад
Very useful video. Thanks 🙏🏼
@XLnCADMalayalam
@XLnCADMalayalam 3 месяца назад
My pleasure 😊
@mirrormirage0
@mirrormirage0 4 месяца назад
Thank you again for a beautifully simple explanation 🙏
@rafeequekc4530
@rafeequekc4530 4 месяца назад
Great sir 😊
@XLnCADMalayalam
@XLnCADMalayalam 4 месяца назад
Thank you :)
@spj4103
@spj4103 4 месяца назад
Sir.Appreciations and Thanks. Highly useful utility. Looking more going ahead
@vijayarajan1750
@vijayarajan1750 4 месяца назад
Very informative video.
@XLnCADMalayalam
@XLnCADMalayalam 3 месяца назад
Thank you :)
@abdulkareem5713
@abdulkareem5713 4 месяца назад
Done. Ignore previous message. Thank you so much
@shakthimaan6464
@shakthimaan6464 4 месяца назад
Worth watching ❤
@XLnCADMalayalam
@XLnCADMalayalam 3 месяца назад
😀👍
@noufalmkl9431
@noufalmkl9431 4 месяца назад
Google sheets related videos iniyum ponnotte👍😍
@XLnCADMalayalam
@XLnCADMalayalam 4 месяца назад
🙌
@Jamalolakara
@Jamalolakara 4 месяца назад
Yes me also google sheet lover👍👍👍
@Kasaragod2023
@Kasaragod2023 4 месяца назад
As always, it's a very good class sir !
@raazzz1325
@raazzz1325 4 месяца назад
try cheydu its working. very helpful
@navaneethkrishnankarimbil1564
@navaneethkrishnankarimbil1564 4 месяца назад
Good explanation. Nice content.
@XLnCADMalayalam
@XLnCADMalayalam 3 месяца назад
Thank you 😀👍
@AnvarSadat-ub7lk
@AnvarSadat-ub7lk 3 месяца назад
Car rental income and expence salary or video cheyyo
@XLnCADMalayalam
@XLnCADMalayalam 3 месяца назад
So, I recommend watching the videos on the basics and try to create the Excel Template yourself. Wish you all the best😀👍
@sajutvonline
@sajutvonline 4 месяца назад
Alerts via whatsapp nadaukumo
@XLnCADMalayalam
@XLnCADMalayalam 4 месяца назад
I haven't tried that yet. Better try ChatGPT or Gemini for generating a script for this purpose.
@leebaarun
@leebaarun 4 месяца назад
Very good video. Thanks. I don't use outlook. What is the code to get email alert from my gmail account?
@XLnCADMalayalam
@XLnCADMalayalam 3 месяца назад
You can use any email service.
@iza_bibin_vlogs
@iza_bibin_vlogs 23 дня назад
എന്റെ google mailൽ message വരുന്നില്ല... Execution കറക്ടായി നടക്കുന്നുണ്ട്,permission നും കറക്ടായി കൊടുത്തു.എന്താ കാര്യമെന്ന് മനസ്സിലാകുന്നില്ല.
@drbaalachandran
@drbaalachandran 3 месяца назад
How to send alerts as HTML Mail (Table structure with coloured rows/columns)
@sankar3275
@sankar3275 4 месяца назад
nice
@chummalalettan2449
@chummalalettan2449 4 месяца назад
Function EDATE parameter 1 expects number values. But '17-04-2024' is a text and cannot be coerced to a number.
@riyasahmed8686
@riyasahmed8686 Месяц назад
നിങ്ങളുടെ equations കൊടുത്തപ്പോൾ expiry ആൻഡ് expiring soon ഇത് രണ്ടും വരുന്നുണ്ട് പക്ഷെ blank ആയ കോളങ്ങളിൽ expired എന്നാണ് കാണിക്കുന്നത്. ഇത് എങ്ങനെ ഒഴിവാക്കാം?
@shibilahammad8924
@shibilahammad8924 2 месяца назад
Automatic message alert setup cheythathinu shesham, oronnum renew cheythaal athil update cheythathinu shesham Run kodukkano
@binutr7402
@binutr7402 2 месяца назад
i have tried by copying your code and made necessary changes and ran the programme; successful, but one one item is shown in the mail every time. why?
@graisammaantony7762
@graisammaantony7762 4 месяца назад
Small business vendi koodi cheyumallo
@MubarakA
@MubarakA 4 месяца назад
11:03:20 PM Notice Execution started 11:03:21 PM Notice Execution completed___________ but no mail coming. alreadychanged the mail address
@shajirothyoth
@shajirothyoth 4 месяца назад
Enik excel expert level padikkanam A2z padikkanam enda vayi step by step class undo
@nk_abdussalam
@nk_abdussalam 4 месяца назад
In Status column, valid ayathinu active enn engane add cheyyum?
@bencyantony1430
@bencyantony1430 Месяц назад
Not able to get notufications in email.
@AjumonRemesanAJ
@AjumonRemesanAJ 4 месяца назад
Google sheet open ചെയ്യാതെ പുതിയ items, date ഒക്കെ add ചെയ്യാനും, നിലവിൽ ഉണ്ടായിരുന്നത് renew ചെയ്യുമ്പോൾ അത് update ചെയ്യാനും കൂടെ ഇതിൽ add ചെയ്യാൻ പറ്റുമോ?? Google form pole ഏതെങ്കിലും സർവീസ് ഉപയോഗിച്ച്?
@XLnCADMalayalam
@XLnCADMalayalam 3 месяца назад
Nice suggestion. But I haven't tried that yet. If I happen to find a solution, I will let you know.
@nikeshcheruthazham3665
@nikeshcheruthazham3665 4 месяца назад
Extensions tab engana add cheyyunnath
@XLnCADMalayalam
@XLnCADMalayalam 3 месяца назад
You don't need to add Extensions tab. It's a part of Google Sheets.
@splendid1963
@splendid1963 2 месяца назад
👍
@tintodevassya2354
@tintodevassya2354 4 месяца назад
Sir Ithe Microsoft Excel le cheythe outlook l connect cheyan pattumo.
@Kasaragod2023
@Kasaragod2023 4 месяца назад
Suggestion Only: =IF(E4
@livelife019
@livelife019 4 месяца назад
How can I trigger a separate email for each item whenever an item got expired.
@jpvellila
@jpvellila 4 месяца назад
Can we use Edate formula to find the expiry date within days. Like for tender 15 days time is given, to find whether it is expired or not, can we use Edate formula?
@rashidpk4555
@rashidpk4555 4 месяца назад
Function EDATE parameter 1 expects number values. But '14/08/2023' is a text and cannot be coerced to a number. INGANE ERROR VARUNNU
@pavithrant5067
@pavithrant5067 2 месяца назад
change the date in mm/dd/yyyy, it will work 👍
@Div0068
@Div0068 4 месяца назад
Is this available in Excel? I don't use Google sheets.
@MakeAGoal
@MakeAGoal 4 месяца назад
Google sheet on the computer is not free. Can we get free
@alfajr8766
@alfajr8766 4 месяца назад
search bar option cheyyyamo?
@flyingmychildren
@flyingmychildren 4 месяца назад
Ithu sms aayi cheyyan pattumo
@raazzz1325
@raazzz1325 4 месяца назад
Ith Excel il cheyyan pattumo
@XLnCADMalayalam
@XLnCADMalayalam 4 месяца назад
Technically it can be done. But automatic mail generation with Excel on Desktop will not be that easy.
@chummalalettan2449
@chummalalettan2449 4 месяца назад
@@XLnCADMalayalam i created the sheet on google and done all. but email is not working. checked permissions also. mail id changed to mine. debug also checked and not found any error
@kamarudheenkaladi3183
@kamarudheenkaladi3183 4 месяца назад
Power B I seperate course undo?
@biju411
@biju411 2 месяца назад
Can i join for ur course online?
@XLnCADMalayalam
@XLnCADMalayalam 2 месяца назад
Please check the video description for details of my online course on Excel.
@sajeevpj6882
@sajeevpj6882 4 месяца назад
Hai sir How to add cell reference between contiguous data?
@XLnCADMalayalam
@XLnCADMalayalam 4 месяца назад
Can you please explain the question with more details. like what is the nature of your data, expected output and more.
@flyingmychildren
@flyingmychildren 4 месяца назад
How to write code
@satheeshchandran1614
@satheeshchandran1614 4 месяца назад
💗👌
@fun4u456
@fun4u456 4 месяца назад
12.56 il 2 cell add akiyappol day left enna column thil -45424 ennu kanaam... Adh varaaradhirikkaan endhanu cheyyendadh
@shiltonsamson8296
@shiltonsamson8296 4 месяца назад
Same column il mouse ila Right button cleck cheyth Format Cell il Number choose cheyttha mathi
@KensonKent-bq3ql
@KensonKent-bq3ql 4 месяца назад
WHEN CLICKING EXTENSION , PAGE IS NOT OPENING AND SHOWING AS BAD REQUEST ERROR 400, IT WORKS ONLY IN INDIA?
@XLnCADMalayalam
@XLnCADMalayalam 4 месяца назад
You may have logged into two or more gmail accounts. Sign out, login into one of them and try again.
@grandtechjanasevakendram467
@grandtechjanasevakendram467 4 месяца назад
If the "Months" is Date, How to Write the Code
@rahmathullamullas4845
@rahmathullamullas4845 4 месяца назад
Use DAYS() formula
@rijopeter9215
@rijopeter9215 4 месяца назад
Hi Sir Function EDATE parameter 1 expects number values. But '21/04/2023' is a text and cannot be coerced to a number. show in expiry date calculation what is the issue?
@XLnCADMalayalam
@XLnCADMalayalam 4 месяца назад
This can be a result of the local settings with your Google account. If the Locale settings is United States, date should be entered in MM/DD/YYYY format, where as in India we follow DD/MM/YYYY format. Go to File > Settings > Change the Locale settings to either India or UK. Also change the Time Zone to Indian Standard Time (GMT+05:30)
@rijopeter9215
@rijopeter9215 4 месяца назад
Now it's working. Thank you @@XLnCADMalayalam
@parijithparthan8550
@parijithparthan8550 4 месяца назад
എന്റെ google mailൽ message വരുന്നില്ല... Execution കറക്ടായി നടക്കുന്നുണ്ട്,permission നും കറക്ടായി കൊടുത്തു.എന്താ കാര്യമെന്ന് മനസ്സിലാകുന്നില്ല.
@roshanabraham8626
@roshanabraham8626 3 месяца назад
From my experience, if you have added more columns in the sheet. He has created the add script for the column he mentioned in the video only.
Далее
🦊🔥
00:16
Просмотров 752 тыс.
I Built a SECRET Lamborghini Dealership!
33:02
Просмотров 9 млн
How to use Google Forms - Malayalam Tutorial
27:32
Просмотров 49 тыс.