Bill Morris
New Member
- Joined
- Aug 1, 2011
- Messages
- 41
Hi
I have posted something similar to this before.
I have a spreadsheet whereby I want a formula or <acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: rgb(0, 0, 0); cursor: help; color: rgb(51, 51, 51); background-color: rgb(250, 250, 250);">VBA</acronym> code to apply depending upon if another cell contains anything.
For example
On sheet "Data", Range "C38nwards" may contain text. In N38: the user can add text, but if it is left blank then I want a dash ("-") as the default value. This applies to C39 (N39), C40 (N40).....etc
If any of the cells in the C38: range are blank then I want the corresponding (offset (0, 11) cell in the N column to be left blank.
I need the code to check column "C" from cell C38 until it reaches a blank cell.
Thanks
I have posted something similar to this before.
I have a spreadsheet whereby I want a formula or <acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: rgb(0, 0, 0); cursor: help; color: rgb(51, 51, 51); background-color: rgb(250, 250, 250);">VBA</acronym> code to apply depending upon if another cell contains anything.
For example
On sheet "Data", Range "C38nwards" may contain text. In N38: the user can add text, but if it is left blank then I want a dash ("-") as the default value. This applies to C39 (N39), C40 (N40).....etc
If any of the cells in the C38: range are blank then I want the corresponding (offset (0, 11) cell in the N column to be left blank.
I need the code to check column "C" from cell C38 until it reaches a blank cell.
Thanks