ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   formula or conditional formating (https://www.excelbanter.com/new-users-excel/236203-formula-conditional-formating.html)

Joseph[_4_]

formula or conditional formating
 
I'm doing a project involving 10 cells, W10,W11,W12 which is a mathematical
function, R10,R11,R12 is just plain text where in R10 would represent the
cell W10 respectively. On Cell B9 I would encoded the text of either R10,R11,
or R12 and after encoding the Text it should show on B10 the Value of cell
W10...

Help please i'm new with formulas and conditions trying to learn....

kassie

formula or conditional formating
 
Not quite sure I understand, but

In B10 insert =IF(B9="","",VLOOKUP(B9,R10:W12,6,0))
If you then insert any of the values from R10:R12 in B9, you will get the
related value in W10:W12 shown in B10

--
HTH

Kassie

Replace xxx with hotmail


"Joseph" wrote:

I'm doing a project involving 10 cells, W10,W11,W12 which is a mathematical
function, R10,R11,R12 is just plain text where in R10 would represent the
cell W10 respectively. On Cell B9 I would encoded the text of either R10,R11,
or R12 and after encoding the Text it should show on B10 the Value of cell
W10...

Help please i'm new with formulas and conditions trying to learn....


Shane Devenshire[_2_]

formula or conditional formating
 
Hi,

If you want to deal with the fact that B9 can be empty or that the entry in
B9 is not in the range:

=IF(B9,IF(ISNA(VLOOKUP(B9,R10:W12,6,0)),"",VLOOKUP (B9,R10:W12,6,0)),"")

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Joseph" wrote:

I'm doing a project involving 10 cells, W10,W11,W12 which is a mathematical
function, R10,R11,R12 is just plain text where in R10 would represent the
cell W10 respectively. On Cell B9 I would encoded the text of either R10,R11,
or R12 and after encoding the Text it should show on B10 the Value of cell
W10...

Help please i'm new with formulas and conditions trying to learn....



All times are GMT +1. The time now is 03:06 PM.

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