How to Extract RTGS, NEFT, UPI No. from Bank Statement in Excel
Download Excel File More Excel Projects How to Extract RTGS/UPI/NEFT Number in Excel Using MID and FIND If you have a value like the following in your Excel cell: DRY RTGS/306017054099/MANNAT You can extract the RTGS number (which is 306017054099 in this example) using the following Excel formula: =MID(C13, FIND(“RTGS/”, C13) + 5, … Read more