Asked this question earlier, hopefully I can craft it better. I have 5 columns each, that could have dates entered. If the date is less than 14 days, the status column shows "current" if false it shows "overdue". But I need to add: if any date is entered into the 5th column the status column will show "complete"
相关问题
- Excel sunburst chart: Some labels missing
- Error handling only works once
- Excel formula in VBA code
- Excel VBA run time error 450 from referencing a ra
- DoCmd.TransferSpreadsheet is not recognizing works
相关文章
- Get column data by Column name and sheet name
- programmatically excel cells to be auto fit width
- Unregister a XLL in Excel (VBA)
- How to prevent excel from truncating numbers in a
- numeric up down control in vba
- Declare a Range relative to the Active Cell with V
- What's the easiest way to create an Excel tabl
- How to create a hyperlink to a different Excel she
Right now this is what I'm envisioning...
but what you're after and your current setup is very unclear...