madcat1981
New Member
- Joined
- Jun 28, 2011
- Messages
- 4
Hi all,
I'm hoping this is just a quick and easy thing I'm missing but I cannot seem to figure out how to use a concatination within the table_array of a Vlookup.
So far I have
What I am trying to do is replace the "Billed!AE:AE" part with "Billed!A2&H2&I2" but I am unsure if this is correct and if so what does the col_index_num become?
Thanks in advanced.
Guy
I'm hoping this is just a quick and easy thing I'm missing but I cannot seem to figure out how to use a concatination within the table_array of a Vlookup.
So far I have
PHP:
=IF(ISNA(VLOOKUP(A2&H2&I2,Billed!AE:AE,1,FALSE)),"Not Billed","Billed")
What I am trying to do is replace the "Billed!AE:AE" part with "Billed!A2&H2&I2" but I am unsure if this is correct and if so what does the col_index_num become?
Thanks in advanced.
Guy