Hello expets.
I have a one workbook with 2 worksheets.
In worksheet1(W1) I am having 1 query and in worksheet2(W2) I have 2nd query.
My Requirement is to use the value from W2 ie query2 in W1 ie query1.
In W2 I have a total row , so the values in that I need to use in W1 for some calculations.
Steps I followed.
1) In W2 I right clicked on the query output and selected =>Convert to formula and I copied the forumla
=BexGetData("DP_2",B$2,$A39)
2) Now I came to W1 and copied in the cell where I want this value.
After copy and save it is showing as #NV ( ( ie Display Non-Existing Values As => This is set in the workbook settings))
3) Now I did as normal excel copy ie first I went to W1 and went to the cell and typed = , then went to W2 and clicked the cell I want , now the value is comming in W1. it is like this now ='W2'!B39 .
I think we should not use the 3rd step which I said now. Please guide me which is the right process to do .
Please tell me how to acheive this.
And also I want to bring back my W2 from formula mode to normal mode, but it is not comming back. I clicked on design mode and also I changed the grid settings in workbook settings also but no use.
Please help