Dummy Excel
Well-known Member
- Joined
- Sep 21, 2005
- Messages
- 1,004
- Office Version
- 2019
- 2010
- 2007
- Platform
- Windows
Hi,
i have two formulas
and
is there a way that i can combine both formulas in one?
thanks
Sam
i have two formulas
Code:
=INDEX(Raw!A:A,COUNTA(Raw!A:A)+ROW(Raw!A:A)-ROW(),1)
Code:
=filter(Raw!B:B,Raw!$B:$B<>"Completed (Repairs completed, Available and safe to use)")
is there a way that i can combine both formulas in one?
thanks
Sam