A IF(istext) formula that needs a trimming, please help?
Solved/Closed
Bluntobject
Posts
1
Registration date
Monday January 2, 2017
Status
Member
Last seen
January 2, 2017
-
Jan 2, 2017 at 10:51 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Jan 3, 2017 at 11:50 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Jan 3, 2017 at 11:50 AM
Related:
- A IF(istext) formula that needs a trimming, please help?
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Credit summation formula - Guide
- Number to words in excel formula - Guide
- Formula spreadsheet definition - Guide
- Date formula in excel dd/mm/yyyy - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
Last seen
December 27, 2022
555
Jan 3, 2017 at 11:50 AM
Jan 3, 2017 at 11:50 AM
Hi Bluntobject,
Give this formula a try:
=INDIRECT("B" &COUNTIF(B3:B54,"*")+2)
It looks for text values in the given range, so as long as you don't have empty cells between data in the range it will work.
Best regards,
Trowa
Give this formula a try:
=INDIRECT("B" &COUNTIF(B3:B54,"*")+2)
It looks for text values in the given range, so as long as you don't have empty cells between data in the range it will work.
Best regards,
Trowa