219698/excel-formula-to-convert-est-date-time-into-ist-date-time
The code:
=IF(A1-TIME(10,30,0)<0,ABS(1+A1-TIME(10,30,0)),A1-TIME(10,30,0))
It works if your cell is properly formatted (the second last time formatting type).
Assuming the first date in A2 try this formula ...READ MORE
Given # s = df['date'] s 0 ...READ MORE
Use the TEXT function to format, and ...READ MORE
Use this array formula: =LEFT(A1,MIN(IFERROR(FIND({"KB","MB","GB","TB"},A1),1E+99))-1)/INDEX({1048576,1024,1,0.0009765625},MATCH(RIGHT(A1,2),{"KB","MB","GB","TB"},0)) & "GB" Being an ...READ MORE
That's because you formatted the output using ...READ MORE
Hello, yes u can find your birthdate using ...READ MORE
Hi To Calculate the date, we can ...READ MORE
1 I having a Excel sheet with 1 ...READ MORE
For a date conversion: =DATEVALUE(TEXT(A1,"MM/DD/YYYY")) For a time conversion: =TIMEVALUE(TEXT(A1,"HH:MM:SS")) For ...READ MORE
The SUBSTITUTE() method can be used to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.