When value appears adjacent cell acknowledges
Closed
SJJ
-
Feb 12, 2012 at 12:20 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Feb 16, 2012 at 09:38 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Feb 16, 2012 at 09:38 AM
Related:
- When value appears adjacent cell acknowledges
- If cell contains date then return value ✓ - Excel Forum
- Excel formula to check if cell contains a date - Excel Forum
- If cell A1 has text then cell B2 has today's Date ✓ - Excel Forum
- Conditional formatting if cell contains text - Excel Forum
- Count if cell contains number - Excel Forum
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Feb 16, 2012 at 09:38 AM
Feb 16, 2012 at 09:38 AM
Hi SJJ,
Why use VBA for this?
Select column B, goto cell properties (Ctrl+1), number tab, bottom option and enter 00# in the "Type:" field.
Now enter the following formula in cell B1:
=IF(C1="","",ROW(C1))
Drag formula down as far as you like.
Best regards,
Trowa
Why use VBA for this?
Select column B, goto cell properties (Ctrl+1), number tab, bottom option and enter 00# in the "Type:" field.
Now enter the following formula in cell B1:
=IF(C1="","",ROW(C1))
Drag formula down as far as you like.
Best regards,
Trowa