Conditional Formula - What If
Closed
lsteedly
Posts
1
Registration date
Tuesday April 7, 2015
Status
Member
Last seen
April 7, 2015
-
Apr 7, 2015 at 02:24 PM
MaxStart Posts 339 Registration date Tuesday March 3, 2015 Status Moderator Last seen July 3, 2015 - Apr 7, 2015 at 03:48 PM
MaxStart Posts 339 Registration date Tuesday March 3, 2015 Status Moderator Last seen July 3, 2015 - Apr 7, 2015 at 03:48 PM
Related:
- Conditional Formula - What If
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Excel grade formula - Guide
- Number to words in excel formula - Guide
- Credit summation formula - Guide
- Date formula in excel dd/mm/yyyy - Guide
1 response
MaxStart
Posts
339
Registration date
Tuesday March 3, 2015
Status
Moderator
Last seen
July 3, 2015
69
Apr 7, 2015 at 03:48 PM
Apr 7, 2015 at 03:48 PM
Sub check() Dim i As Integer i = 1 Do While Cells(i, 1).Value <> "" If Cells(i, 1) = "yes" And Cells(i, 2) = "Left Blank" Then Cells(i, 2).Interior.Color = 255 End If i = i + 1 Loop End Sub
dreaming is just a waste of time.