DarkoDeign2
Board Regular
- Joined
- Jun 20, 2023
- Messages
- 76
- Office Version
- 365
- Platform
- Windows
Hi,
Col B3 has a date
Col B4:B1500 contains a formula that checks if B4 and D4 iempty. If both cells are empty do nothing. If D4 is empty then B4 should show nothing. But if D4 has text, the B4 should show the value from the closest cell above that contains a date. The formula in this file has a slighty different function and is not working for me, as it show the wrong date. What should I change in the formulas in col B4:B1500?
Col B3 has a date
Col B4:B1500 contains a formula that checks if B4 and D4 iempty. If both cells are empty do nothing. If D4 is empty then B4 should show nothing. But if D4 has text, the B4 should show the value from the closest cell above that contains a date. The formula in this file has a slighty different function and is not working for me, as it show the wrong date. What should I change in the formulas in col B4:B1500?
Book1 | |||||
---|---|---|---|---|---|
B | D | ||||
2 | Date | Topic | |||
3 | 2023-07-26 | BBQ Party | |||
4 | 1900-01-00 | Pay electrical bills | |||
5 | 1900-01-00 | Renew subrscription of newspaper | |||
6 | 1900-01-00 | Get a hair cut | |||
7 | |||||
8 | 1900-01-00 | sd | |||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B4:B8 | B4 | =IF(D4="","",IF(B4="","Enter date", B3)) |