lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I entered 1:00 and then 2:00 in cells B2 and B3, then in B4, I used = sum(B2,B3).
[TABLE="class: grid, width: 295"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]istext()[/TD]
[/TR]
[TR]
[TD]time1[/TD]
[TD="align: right"]1:00[/TD]
[TD="align: center"]FALSE[/TD]
[/TR]
[TR]
[TD]time2[/TD]
[TD="align: right"]2:00[/TD]
[TD="align: center"]FALSE[/TD]
[/TR]
[TR]
[TD]total[/TD]
[TD="align: right"]3:00[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
so far so good, then I highlight cells B2 and B3 and changed the format to "Text"
[TABLE="class: grid, width: 295"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]istext()[/TD]
[/TR]
[TR]
[TD]time1[/TD]
[TD]0.041666667[/TD]
[TD="align: center"]FALSE[/TD]
[/TR]
[TR]
[TD]time2[/TD]
[TD]0.083333333[/TD]
[TD="align: center"]FALSE[/TD]
[/TR]
[TR]
[TD]total[/TD]
[TD="align: right"]3:00[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Both times changed to number and moved to the left hand side to indicate they are Text now! however
istext() is still telling me, they are not text. What I need to do is to double click on cell B2 and B3 and only after that istext() will be true. See the table below after double clicking both B2 and B3. My question, why I needed to do the double clicking. When istext() is still false in the above table but in the below table is true (after double clicking B2 and B3). Thank you.
Now if I double click on B4, I will get this
Again why only after I doubled click on B4, now b4 is showing formula as a text? I do not understand the double click thing. Why I have to do that to make the change. Why switching format wont do it right away.
For example if A1=1 and I change the format to date then I will get 1/1/1900 and if I change the format back to general I will get 1. Without needing to double click etc. Only when it is time I need to do that? Why is that. Thank a lot indeed.
I entered 1:00 and then 2:00 in cells B2 and B3, then in B4, I used = sum(B2,B3).
[TABLE="class: grid, width: 295"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]istext()[/TD]
[/TR]
[TR]
[TD]time1[/TD]
[TD="align: right"]1:00[/TD]
[TD="align: center"]FALSE[/TD]
[/TR]
[TR]
[TD]time2[/TD]
[TD="align: right"]2:00[/TD]
[TD="align: center"]FALSE[/TD]
[/TR]
[TR]
[TD]total[/TD]
[TD="align: right"]3:00[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
so far so good, then I highlight cells B2 and B3 and changed the format to "Text"
[TABLE="class: grid, width: 295"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]istext()[/TD]
[/TR]
[TR]
[TD]time1[/TD]
[TD]0.041666667[/TD]
[TD="align: center"]FALSE[/TD]
[/TR]
[TR]
[TD]time2[/TD]
[TD]0.083333333[/TD]
[TD="align: center"]FALSE[/TD]
[/TR]
[TR]
[TD]total[/TD]
[TD="align: right"]3:00[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Both times changed to number and moved to the left hand side to indicate they are Text now! however
istext() is still telling me, they are not text. What I need to do is to double click on cell B2 and B3 and only after that istext() will be true. See the table below after double clicking both B2 and B3. My question, why I needed to do the double clicking. When istext() is still false in the above table but in the below table is true (after double clicking B2 and B3). Thank you.
Now if I double click on B4, I will get this
Again why only after I doubled click on B4, now b4 is showing formula as a text? I do not understand the double click thing. Why I have to do that to make the change. Why switching format wont do it right away.
For example if A1=1 and I change the format to date then I will get 1/1/1900 and if I change the format back to general I will get 1. Without needing to double click etc. Only when it is time I need to do that? Why is that. Thank a lot indeed.