![]() |
Index Match Vlookup or something else
Hi in column H I have an account code # (5 digits), in column b I have an account code number followed by a description of the account code. What I want is a formula in column j that lets me know if the account code # is somewhere in my b column or if it is a new account code that I will have to insert into my b column. A simple "yes" or "no" would let me know. I think this has to do with index or match or maybe even vlooikup? Can anyone help me with this one? Thanks :cool: -- billy2willy ------------------------------------------------------------------------ billy2willy's Profile: http://www.excelforum.com/member.php...o&userid=21648 View this thread: http://www.excelforum.com/showthread...hreadid=539325 |
Index Match Vlookup or something else
Try:
=IF(SUMPRODUCT(--(LEFT(B3:B100,5)=H3)),"AcctFound","AcctNotFound") in your column J - Cell J3 HTH "billy2willy" wrote: Hi in column H I have an account code # (5 digits), in column b I have an account code number followed by a description of the account code. What I want is a formula in column j that lets me know if the account code # is somewhere in my b column or if it is a new account code that I will have to insert into my b column. A simple "yes" or "no" would let me know. I think this has to do with index or match or maybe even vlooikup? Can anyone help me with this one? Thanks :cool: -- billy2willy ------------------------------------------------------------------------ billy2willy's Profile: http://www.excelforum.com/member.php...o&userid=21648 View this thread: http://www.excelforum.com/showthread...hreadid=539325 |
All times are GMT +1. The time now is 02:39 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com