Malad East, Mumbai, India - 400063.
Details verified of Nitin Sakhare✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Hindi Mother Tongue (Native)
Marathi Mother Tongue (Native)
English Proficient
Amravati University 1999
Bachelor of Engineering (B.E.)
Malad East, Mumbai, India - 400063
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Microsoft Excel Training classes
20
Teaches following Excel features
Basic Excel, Excel Macro Training, Advanced Excel
1. What Excel features do you teach?
Basic Excel, Excel Macro Training and Advanced Excel
2. Which classes do you teach?
I teach Microsoft Excel Training Class.
3. Do you provide a demo class?
Yes, I provide a free demo class.
4. How many years of experience do you have?
I have been teaching for 20 years.
Answered on 09/12/2023 Learn IT Courses/MS Office Software Training/Microsoft Excel Training
In Excel, you can use the NOW()
function to get the current date and time, and you can combine it with custom formatting to display only the timestamp. The NOW()
function updates every time the worksheet recalculates, so it will always reflect the current date and time.
Here's a simple example: =NOW()
Answered on 09/12/2023 Learn IT Courses/MS Office Software Training/Microsoft Excel Training
Answered on 09/12/2023 Learn IT Courses/MS Office Software Training/Microsoft Excel Training
Sub IncreaseLastThreeDigits()
Dim originalString As String
Dim prefix As String
Dim lastThreeDigits As String
Dim newLastThreeDigits As String
' Example serial number string
originalString = "ABC123456"
' Extract prefix and last three digits
prefix = Left(originalString, Len(originalString) - 3)
lastThreeDigits = Right(originalString, 3)
' Increase the last three digits
newLastThreeDigits = Format(Val(lastThreeDigits) + 1, "000")
' Concatenate the prefix and the new last three digits
Dim newSerialNumber As String
newSerialNumber = prefix & newLastThreeDigits
' Display the result
MsgBox "Original Serial Number: " & originalString & vbCrLf & "New Serial Number: " & newSerialNumber
End Sub
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Microsoft Excel Training classes
20
Teaches following Excel features
Basic Excel, Excel Macro Training, Advanced Excel
Answered on 09/12/2023 Learn IT Courses/MS Office Software Training/Microsoft Excel Training
In Excel, you can use the NOW()
function to get the current date and time, and you can combine it with custom formatting to display only the timestamp. The NOW()
function updates every time the worksheet recalculates, so it will always reflect the current date and time.
Here's a simple example: =NOW()
Answered on 09/12/2023 Learn IT Courses/MS Office Software Training/Microsoft Excel Training
Answered on 09/12/2023 Learn IT Courses/MS Office Software Training/Microsoft Excel Training
Sub IncreaseLastThreeDigits()
Dim originalString As String
Dim prefix As String
Dim lastThreeDigits As String
Dim newLastThreeDigits As String
' Example serial number string
originalString = "ABC123456"
' Extract prefix and last three digits
prefix = Left(originalString, Len(originalString) - 3)
lastThreeDigits = Right(originalString, 3)
' Increase the last three digits
newLastThreeDigits = Format(Val(lastThreeDigits) + 1, "000")
' Concatenate the prefix and the new last three digits
Dim newSerialNumber As String
newSerialNumber = prefix & newLastThreeDigits
' Display the result
MsgBox "Original Serial Number: " & originalString & vbCrLf & "New Serial Number: " & newSerialNumber
End Sub
Share this Profile
Also have a look at
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.