Sep 20 2023 04:27 PM
I have a spreadsheet that I am trying to write a formula for and I can't seem to get it right. I was wondering if someone in the community could assist.
Here is what I have.
I have dates and text in column A of a spreadsheet. The dates have blank cells below them and then reach a text component (total for transaction 1, 2, 3 etc) before another date is seen. Each change of date should have the corresponding date autopopulate below it until it reaches the next text in a cell. I am trying to copy the dates, based upon the last date changed but it isn't working. How do i get it to ignore all text in any cell and just populate the dates. The other issue I had was that the date was showing as 1900, even though the date format for the cell is selected.
Appreciate any ideas to reslove this.
Sep 20 2023 05:32 PM
SolutionSep 21 2023 05:06 AM
@OliverScheurich thanks for reaching out Oliver. The dates are changing at the right moment but the blanks below each new date do not complete with the new date.
For example:
In Cell A6 I have the date 6/1/2023. The formula populated all of the dates in blank cells below that date and copied the text where it came after the populated dates. It recognized the next new date but then populated the original date 6/1/2023 below that date, and so on. See example below.
6/1/2023 |
6/1/2023 |
6/1/2023 |
6/1/2023 |
6/1/2023 |
Total for transaction 10 |
7/12/2023 |
6/1/2023 |
6/1/2023 |
6/1/2023 |
6/1/2023 |
Total for transaction 11 |
7/14/2023 |
6/1/2023 |
6/1/2023 |
6/1/2023 |
6/1/2023 |
Total for transaction 12 |
6/30/2023 |
6/1/2023 |
6/1/2023 |
6/1/2023 |
6/1/2023 |
6/1/2023 |
6/1/2023 |
Sep 21 2023 05:19 AM
=IF(ISNUMBER(A6),A6,IF(ISBLANK(A6),B5,A6))
This formula returns the intended results in my sheet starting with cell A6. Can you attach a screenshot which shows your worksheet along with the applied formula without sensitive data?
Sep 21 2023 07:07 AM
Sep 21 2023 07:36 AM
=IF(ISTEXT(A4),"",COUNT($A$4:A4))
I can't see your screenshot. I'm not sure what you exactly want to do but if you want to return the result shown in my screenshot then you can try the above formula.
Sep 21 2023 08:40 AM
Sep 21 2023 08:43 AM
Hi Andrew, yes i've received this message. No other messages have been delivered since my last post however.
Sep 21 2023 09:59 AM
Sep 21 2023 10:21 AM
Here is an explanation how you can send a private message. It's a bit small i hope you can read it or increase it with zoom.