![]() |
#1
|
|||
|
|||
![]()
Hi
Can anyone help with this problem. I have put together a prepaid expenses schedule that calculates the prepaid values across the year. When the prepayment is fully used, the next cell shows the text "Delete Line" and is highlighted using conditional formatting. If I copy the formula beyond this point it still shows "Delete Line" in all of the following cells. Is it possible to to show this message only the once and leave all copied cells to the right as blank cells. Many thanks TabH |
#2
|
|||
|
|||
![]()
Can you show us your file?
|
#3
|
|||
|
|||
![]()
Please see attached file
TabH |
#4
|
|||
|
|||
![]()
I see more problems here.
My first thought was to use conditional formatting to make all second and higher instances of "Delete Line" invisible by making the font equal to the background, but as you use different background (white and grey) that may not be an option. Could you possibly accept same background for all months? A problem is that you doesn't seem to use real Excel dates in I7:U7 but text strings (I may be wrong here as I don't use US-settings) I have problems understanding what it is you try to attempt. If we take a look at row 10, can you explain very simply what 47.83 and 14.88 in cells I10 and J10 mean. |
#5
|
|||
|
|||
![]()
You might want to take a look at the attached.
|
#6
|
|||
|
|||
![]()
If you don't like the conditional formatting approach you can try the following formula in cell I10:
=IF(($G10-DATEDIF($E10,EOMONTH(I$7,0),"d")<0)*(ISNUMBER(H10) ),"Delete Line",IF(($G10-DATEDIF($E10,EOMONTH(I$7,0),"d")<0)*(ISTEXT(H10)), "",($G10-DATEDIF($E10,EOMONTH(I$7,0),"d"))*$H10)) and copy as required. |
#7
|
|||
|
|||
![]()
Hi Xor
Both the conditional formatting and the formula seem to work fine. I appreciate your help. Many thanks TabH |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Data Validation - Prevent blank cell based on a condition | dawd | Excel | 2 | 08-12-2015 05:44 AM |
![]() |
mbesspiata | Excel | 1 | 01-17-2015 05:02 AM |
![]() |
mbesspiata | Excel | 5 | 06-20-2014 07:00 PM |
Copying data from one cell to another where condition is third cell | fairyca | Excel | 4 | 03-30-2014 08:22 AM |
![]() |
Learner7 | Excel | 1 | 07-19-2010 10:10 AM |