I have an IF statement that I want to use the OR or AND function in (or none, i'm not really 100% sure ).
=IF($C28="","",INDEX('Testing Datasheet#'!C:C,MATCH($C28,'Testing Datasheet#'!$J:$J,0)))
=IF($C28="","",INDEX('Testing Datasheet#'!C:C,MATCH($C28,'Testing Datasheet#'!$L:$L,0)))
The above IF statements do this as it is what I am using now. I want to be able to have it so that when I do my search it looks for both sets of information in the Testing Datasheet#'!$J:$J and Testing Datasheet#'!$L:$L.
So basically if it can be done, I would like it so when I do the search it looks for C28 and replaces a blank field with cell 28 from either Testing Datasheet#'!$J:$J or Testing Datasheet#'!$L:$L.
Any help is greatly appreciated.
Thanks
Ben.
=IF($C28="","",INDEX('Testing Datasheet#'!C:C,MATCH($C28,'Testing Datasheet#'!$J:$J,0)))
=IF($C28="","",INDEX('Testing Datasheet#'!C:C,MATCH($C28,'Testing Datasheet#'!$L:$L,0)))
The above IF statements do this as it is what I am using now. I want to be able to have it so that when I do my search it looks for both sets of information in the Testing Datasheet#'!$J:$J and Testing Datasheet#'!$L:$L.
So basically if it can be done, I would like it so when I do the search it looks for C28 and replaces a blank field with cell 28 from either Testing Datasheet#'!$J:$J or Testing Datasheet#'!$L:$L.
Any help is greatly appreciated.
Thanks
Ben.