https://files.fm/u/sknm6x83 .ODS file
HI Can anyone can explain how the text pasting exactly on hidden scanned page . I searched so many sites but no one unable to explain .
i am working a bank at rural place ..filling the account opening forms manually become very difficulty ..
one day i got this ODS https://files.fm/u/sknm6x83 file .
then i got idea ,it can be used to filling Account opening form
Actually i don't have much knowledge in Excel .
So please any one can help me regarding this ODS file
Thanking You
[Solved] Why text is pasting on hidden page?
-
kumarkutti
- Posts: 5
- Joined: Thu Oct 25, 2018 5:18 pm
[Solved] Why text is pasting on hidden page?
Last edited by kumarkutti on Sun Oct 28, 2018 7:47 am, edited 1 time in total.
OpenOffice 4.1.5 on Windows 10
Re: PLZ EXPLAIN HOW TEXT IS PASTING ON HIDDEN PAGE EXACTLY
The information from the first sheet is transferred to the other sheets using formulas. In one case, the image of the paper form was placed on a sheet and then the cells were roughly positioned to match the input positions on the image. For example, the name KUMAR can be transferred to another sheet with the formula
If you have to transfer and input letter by letter, you can use a formula like
to get the second letter KUMAR.
Code: Select all
=Sheet1.C8Code: Select all
=MID($Sheet1.C8;2;1)OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.