• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need Formula

In E6 you can simply put:

Code:
=IF('Entry sheet'!$C$4="x data",'Data x and y'!D7,'Data x and y'!J7)

Copy across and down
 
Dear Sir,


This is ok but i am getting only one cell answer,


I want get answer as E5 : I23 which i mentioned in answer sheet.
 
So put the formula

Code:
=IF('Entry sheet'!$C$4="x data",'Data x and y'!D6,'Data x and y'!J6)

in E5 and copy across and down to suit


You will then need to reformat the Top row (5) to suit
 
Back
Top