How to change cell value down one column into another but change the row value?

d0pamine
    <figure>
  <img src="https://laptopscreenz.com/wp-content/uploads/156-WUXGA-40PIN-FHD.jpg" title="=(B3)" alt="=(B3)" "longdesc="=(B3)">
  <figcaption>=(B3)</figcaption>
</figure>
<figure>
  <img src="https://laptopscreenz.com/wp-content/uploads/156-WUXGA-40PIN-FHD-2.jpg" title="Innolux BT156GW02 V.0 Laptop LCD Screen Replacement 15.6" alt="Innolux BT156GW02 V.0 Laptop LCD Screen Replacement 15.6" "longdesc="Innolux BT156GW02 V.0 Laptop LCD Screen Replacement 15.6">
  <figcaption>Innolux BT156GW02 V.0 Laptop LCD Screen Replacement 15.6"</figcaption>
</figure>
<figure>
  <img src="https://laptopscreenz.com/wp-content/uploads/156-WUXGA-40PIN-FHD-3.jpg" title="Innolux BT156GW02 V.0 Laptop LCD Screen Replacement 15.6" alt="Innolux BT156GW02 V.0 Laptop LCD Screen Replacement 15.6" "longdesc="=(B2)">
  <figcaption>=(b2)</figcaption>
</figure>

I'm using excel and I even have the kutools extension. I have this html snippet that i need to copy down thousands of cells, lets say im using an empty column , lets go with G how would I get the value of the contents whenever it refers to cell B2 in this snippet and furthermore when copied down column G how can I change the B2 instances to B3 , B4 , B5 , etc..

Pardon my ignorance there just so many features I'm just trying to be efficient because its tons of data to be created.. Thank you very much in advance for anyone that can offer help!

Bandersnatch

EDIT:
Sorry for the misunderstanding. I think I understand your problem now. You still need to break up the text at the locations where you want to insert the content from Column B. I counted four places in your screenshot, and divided the text like this:

enter image description here

I put these in D14:D18, but you can put them wherever you need to.

Now all you have to do is concatenate everything together using &:

=D$14&B2&D$15&B2&D$16&B2&D$17&B2&D$18

and you'll get these results:

enter image description here

The ampersands concatenate the nine sections, and B2 changes to B3, B4, etc. as the formula is filled down. Note the $'s in the Column D references. That prevents them from changing as the formula is filled down.

I hope this helps, and good luck.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I require a cell in one column to have a value if a cell in another column (same row) has a value?

From Dev

How to change background of DataGrid row depending on value in one column

From Dev

How to change background of DataGrid row depending on value in one column

From Dev

Change value from one column into another

From Dev

How to change value of one cell onchange of other cell value in DataGridview

From Dev

Change value in a cell based on value in another cell

From Dev

Upon change in row value, Do a sumif one row back in another column

From Dev

Upon change in row value, Do a sumif one row back in another column

From Dev

How do i lookup a row on one dataframe based on the column cell value and append that to a row on another dataframe?

From Dev

i have two drop down menus,if change the value of drop down one it will affect to another drop down

From Dev

Possible to use drop down selection in one cell to change another cell?

From Dev

move Rows up and down or change row color if the row cell value are the same gridview devexpress winforms c#?

From Dev

How to change the row color based value of Cell in list view

From Dev

How to Change the row Background color based on cell value

From Dev

How to add a row and change cell value in DataGridView from a different thread?

From Dev

How to Change the row Background color based on cell value

From Dev

Change column value by row string value in R

From Dev

Keep row if cell value exist in another column

From Dev

Hww to change cell value of grid row

From Dev

Change Row background color based on cell value

From Java

Change one value based on another value in pandas

From Dev

Change the value of once cell based the value of drop down list

From Dev

How to get the first row corresponding cell value if i change the other rows cell value in kendo child grid

From Dev

Change value of cell in same row with google script if column has certain value

From Dev

Change value of cell in same row with google script if column has certain value

From Dev

Change colour of a cell based on the value in the cell and text in another cell

From Dev

Change the formatting of a cell depending on the value of that cell and another cell

From Dev

Postgresql Trigger based on value of one column to change or update value of other column in each row.

From Dev

pandas - change value in column based on another column

Related Related

  1. 1

    How do I require a cell in one column to have a value if a cell in another column (same row) has a value?

  2. 2

    How to change background of DataGrid row depending on value in one column

  3. 3

    How to change background of DataGrid row depending on value in one column

  4. 4

    Change value from one column into another

  5. 5

    How to change value of one cell onchange of other cell value in DataGridview

  6. 6

    Change value in a cell based on value in another cell

  7. 7

    Upon change in row value, Do a sumif one row back in another column

  8. 8

    Upon change in row value, Do a sumif one row back in another column

  9. 9

    How do i lookup a row on one dataframe based on the column cell value and append that to a row on another dataframe?

  10. 10

    i have two drop down menus,if change the value of drop down one it will affect to another drop down

  11. 11

    Possible to use drop down selection in one cell to change another cell?

  12. 12

    move Rows up and down or change row color if the row cell value are the same gridview devexpress winforms c#?

  13. 13

    How to change the row color based value of Cell in list view

  14. 14

    How to Change the row Background color based on cell value

  15. 15

    How to add a row and change cell value in DataGridView from a different thread?

  16. 16

    How to Change the row Background color based on cell value

  17. 17

    Change column value by row string value in R

  18. 18

    Keep row if cell value exist in another column

  19. 19

    Hww to change cell value of grid row

  20. 20

    Change Row background color based on cell value

  21. 21

    Change one value based on another value in pandas

  22. 22

    Change the value of once cell based the value of drop down list

  23. 23

    How to get the first row corresponding cell value if i change the other rows cell value in kendo child grid

  24. 24

    Change value of cell in same row with google script if column has certain value

  25. 25

    Change value of cell in same row with google script if column has certain value

  26. 26

    Change colour of a cell based on the value in the cell and text in another cell

  27. 27

    Change the formatting of a cell depending on the value of that cell and another cell

  28. 28

    Postgresql Trigger based on value of one column to change or update value of other column in each row.

  29. 29

    pandas - change value in column based on another column

HotTag

Archive