ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   vlookup answer in different cell (https://www.excelbanter.com/excel-worksheet-functions/67196-vlookup-answer-different-cell.html)

Psychlogic

vlookup answer in different cell
 
Can i write a vlookup formula but have the answer placed in a different cell?
(that is, write the formula in , let's say, B1 but have the result appear in
C3) And if so, can i easily make that cell a value?) I know i can copy and
repaste as a valuie but I would like to do it automatically.

Dave Peterson

vlookup answer in different cell
 
Nope. Formulas can only return values to the cell that holds them.

But if you want to override some formulas with manual entries, this is what I
do:

I have a column for the formula (say cell c2).

=somestrangeformulahere

Then in D1, I have a header: Manual Override

And allow the user to type anything they want in D2.

In E1, I have Value used: (another header)

=if(d2<"",d2,c2)
(in E2)

Then I use E2 in every other formula.

Psychlogic wrote:

Can i write a vlookup formula but have the answer placed in a different cell?
(that is, write the formula in , let's say, B1 but have the result appear in
C3) And if so, can i easily make that cell a value?) I know i can copy and
repaste as a valuie but I would like to do it automatically.


--

Dave Peterson


All times are GMT +1. The time now is 03:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com