Excel_Assis
Board Regular
- Joined
- Feb 19, 2011
- Messages
- 132
- Office Version
- 2016
- Platform
- Windows
Hi could anyone help please with a formula to say on Sheet1 cell A1 insert part of a sentence from Sheet 2 C1 and also fill other parts of the sentence from another cell Say F1. But the formula then needs to auto increment the row number from Sheet 2 by 1.
I have done this and it works but no auto increment of source row number.
="<div><b>Type: </b> "&Sheet2!$D$3&" </div><div><br> </div><div><b>Model: </b>"&Sheet2!$H$3&"</div><div><br> </div><div><b>Year Preferred:</b> "&Sheet2!$I$3&" </div>"
In this sample formula I need the 3 to increment automatically down the column.
I have done this and it works but no auto increment of source row number.
="<div><b>Type: </b> "&Sheet2!$D$3&" </div><div><br> </div><div><b>Model: </b>"&Sheet2!$H$3&"</div><div><br> </div><div><b>Year Preferred:</b> "&Sheet2!$I$3&" </div>"
In this sample formula I need the 3 to increment automatically down the column.