Hi All,
My workbook is working on 3 Sheets
In Sheet named '1' I enter information
In Sheet named 'Statement info' I gather information from Sheet '1' by using the following formula:
IF($A$6<>'1'!C7,"",IF('1'!L7="P","",IF('1'!C7="","",IF('Statement Infoold'!$A$6='1'!C7,'1'!D7))))
In Sheet named 'Statement' I collect info from Sheet 'Statement Info' and by using the following formaula in Column A:
IF(OR('Statement Info'!A8="",'Statement Info'!A8),"",ROW())
and this formula in Column B:
IF(ROWS($7:7)>COUNT($A:$A),"",INDEX('Statement Infoold'!A:A,SMALL($A:$A,ROWS($7:7))))
I ommit empty cells from Sheet 'Statement Info'
My problem is that this formula is working when cells in sheet 'Statement Info' contain Text and fails when cells contain numbers.
Can anyone help please.
Thanks
Albert
Bookmarks