Skip to main content

[MicrosoftExcel]: Thu thập kinh nghiệm học từ người dùng cuối, blog, website...

[Kiểm tra địa chỉ e-mail hợp lệ]
Tiêu chí kiểm tra địa chỉ e-mail hợp lệ
- Phải có chứa @
- Phải có chứa dấu .

Cell A1 chứa địa chỉ e-mail cần được kiểm tra

Cell A2: =AND(FIND(“.”,A1),FIND(“@”,A1))

Nếu nội dung cell A1 không thỏa cả 2 tiêu chí trên thì cell A2 sẽ có giá trị FALSE


[Trích nội dung cell]
Học được từ: http://www.mrexcel.com/forum/excel-questions/545041-copy-remove-text-before-after-specific-character.html

Cell A1: abc@gmail.com; xyz@yahoo.com
Cell A2: abc@gmail.com; xyz@yahoo.com

B1: Lấy nội dung từ phía sau dấu chấm phẩy đến cuối cell:  =RIGHT(A1,LEN(A1)-FIND("; ",A1))
B2: Lấy nội dung từ dấu chấm phẩy trở về đầu cell: =LEFT(A2,FIND(";",A2)-1)


[Copy nội dung một cell cho đến dòng cuối cùng trong một cột]
- Chọn cell cần copy
- Đặt con trỏ ở gốc phải bên dưới cell đã chọn, khi con trỏ có hình chữ thập + thì nhấn đúp

Popular posts from this blog

Delete files older than 365 days

I must delete IIS *.log files in  older than 365 days. D:\Logs | -W3SVC1 -W3SVC2 -... -W3SVC33 daily-delete-logfiles-older-than-365-days.cmd :: Daily delete log files older than 365 days :: Created on: 20161120 :: Created by: :: Last modified on: :: Last modified by: :: History: SET DIRLOG=E:\_scripts\Logs\ :: Echo @path to test first :: FORFILES /P D:\Logs /S /M *.log /D -365 /C "cmd /c echo @path @fdate" :: Delete files ECHO "Begin" >> %dirlog%daily-delete-logfiles.log DATE /T >> %dirlog%daily-delete-logfiles.log TIME /T >> %dirlog%daily-delete-logfiles.log FORFILES /P D:\Logs /S /M *.log /D -365 /C "cmd /c del @path" >> %dirlog%daily-delete-logfiles.log ECHO "Finished" >> %dirlog%daily-delete-logfiles.log DATE /T >> %dirlog%daily-delete-logfiles.log TIME /T >> %dirlog%daily-delete-logfiles.log :: END of script /P : Path to folder /S: recurse into subdirectories /M *.l...

SoloLearn: Learn to Code for Free!

Got a minute? You can learn to code anywhere, anytime you can with your smartphone using Sololearn.

Data Recovery Softwares

Follow 3-2-1 backup rule so you do not need these data recovery softwares.