Hello,
I have a table with some columns, and I would like to make some text below it connected to some cells.
Example:
Idea is to place below something like this:
Range("A6").value="Hi"&" "&Range...
in order to make the sentence "Hi Bob, we sent 2 items requested to Close."
The way i try doing it works, but I cant seem to figure out how to fill down so it uses next row of data without having to change manually all cells in formula.
Hope it makes sense.
Thanks in advance.
Regards,
Dani
I have a table with some columns, and I would like to make some text below it connected to some cells.
Example:
Name | Number | Street | Age |
Bob | 2 | Close | 24 |
Rob | 3 | Far | 64 |
Robert | 5 | Near | 32 |
Bobert | 7 | Here | 24 |
Idea is to place below something like this:
Range("A6").value="Hi"&" "&Range...
in order to make the sentence "Hi Bob, we sent 2 items requested to Close."
The way i try doing it works, but I cant seem to figure out how to fill down so it uses next row of data without having to change manually all cells in formula.
Hope it makes sense.
Thanks in advance.
Regards,
Dani