MasterBash
Board Regular
- Joined
- Jan 22, 2022
- Messages
- 61
- Office Version
- 365
- Platform
- Windows
Hi,
I am currently using this formula :
=IF($B$5-1=SUMPRODUCT(--(LEN((Table1[Column3]))=10)),"OK","Not OK")
So what it does is calculate if $B$5-1 = the sum of the product in table1 column3 that are 10 characters long.
Problem is that the second row (first row after the table header) is a date, and depending on the date, it may or may not count the date as 10 characters long, so it may or may not be ok.
I am wondering - is there a way to simply ignore the second row (lets call it A2) ? Or is there a better way to do it ?
Thank you.
I am currently using this formula :
=IF($B$5-1=SUMPRODUCT(--(LEN((Table1[Column3]))=10)),"OK","Not OK")
So what it does is calculate if $B$5-1 = the sum of the product in table1 column3 that are 10 characters long.
Column3 |
24/10/2024 |
1006784525 |
1006784527 |
1006784522 |
9876543210 |
0123456789 |
1234567890 |
5559997775 |
Problem is that the second row (first row after the table header) is a date, and depending on the date, it may or may not count the date as 10 characters long, so it may or may not be ok.
I am wondering - is there a way to simply ignore the second row (lets call it A2) ? Or is there a better way to do it ?
Thank you.