L
Larry Walsh
Hi guys
We've got a complicated process to post images of our thousands of part
into our database system.
Currently I have to get the file address of the image, such as
docs.google.com/file/d/THISISTHETEXTINEED/edit?usp=sharin
The 'THISISTHETEXTINEED' section is, of course,the chunk I need t
extract
I can get this by using the left and right function
=RIGHT(Q22, LEN(Q22)-31
an
=LEFT(R22, LEN(R22)-17
However, I'd like to be able to use these two functions in one cell, an
I have no clue how to do that - can someone please show me how t
combine these two functions in one cell
Additionally, I need to be able to copy the output from excel into ou
database. The problem is that when the functions output data, it show
the data, but if you copy the cell, you only copy the function, not th
output value. I can copy the cell containing the function, and past
right next to it with 'paste special - value. This will then show jus
the 'THISISTHETEXTINEED' data, in text, which I can then copy out
However, I'd like to be able to make Excel output that data as tex
automatically.
In other words, if you have a cell that adds the values of two cell
(=A1+A2) and the result is ten, if you copy that cell, you won't get 10
you'll get =A1+A2. I want to copy the cell and get the value, not th
function.
Or, more specifically, I'd like for the results to paste special-valu
into an adjacent cell automatically, without me having to copy and past
it each and every time. Is there a way to do this
Thanks guys
We've got a complicated process to post images of our thousands of part
into our database system.
Currently I have to get the file address of the image, such as
docs.google.com/file/d/THISISTHETEXTINEED/edit?usp=sharin
The 'THISISTHETEXTINEED' section is, of course,the chunk I need t
extract
I can get this by using the left and right function
=RIGHT(Q22, LEN(Q22)-31
an
=LEFT(R22, LEN(R22)-17
However, I'd like to be able to use these two functions in one cell, an
I have no clue how to do that - can someone please show me how t
combine these two functions in one cell
Additionally, I need to be able to copy the output from excel into ou
database. The problem is that when the functions output data, it show
the data, but if you copy the cell, you only copy the function, not th
output value. I can copy the cell containing the function, and past
right next to it with 'paste special - value. This will then show jus
the 'THISISTHETEXTINEED' data, in text, which I can then copy out
However, I'd like to be able to make Excel output that data as tex
automatically.
In other words, if you have a cell that adds the values of two cell
(=A1+A2) and the result is ten, if you copy that cell, you won't get 10
you'll get =A1+A2. I want to copy the cell and get the value, not th
function.
Or, more specifically, I'd like for the results to paste special-valu
into an adjacent cell automatically, without me having to copy and past
it each and every time. Is there a way to do this
Thanks guys