ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   formula in excel 2003 (https://www.excelbanter.com/excel-discussion-misc-queries/205542-formula-excel-2003-a.html)

Samantha

formula in excel 2003
 
Is it possible to have a formula that says: "IF A3 "begind with 'P' return a
value of 'ELECTRICAL' in cell G3" or is this type of formula to complex for
Excel to handle? I am attempting to have certain cells fill in automatically
based on imported data.
Thanks,
Samantha

Richard Schollar[_2_]

formula in excel 2003
 
Hi Samantha

=IF(LEFT(A3)="P","ELECTRICAL","Value otherwise")

will do this. But I presume you will have a range of values you want
returned dependent on what the cell contains? In which case I suggest you
look at VLOOKUP - a possible form would be:

=VLOOKUP(LEFT(A3),LookupSheet!$A$1:$B$10,2,0)

where you have a table in LookupSheet in A1:B10 with the single letters you
want to lookup in the A column (eg "P" etc) and the value to return in the
corresponding B column eg "Electrical"

Richard



"samantha" wrote in message
...
Is it possible to have a formula that says: "IF A3 "begind with 'P' return
a
value of 'ELECTRICAL' in cell G3" or is this type of formula to complex
for
Excel to handle? I am attempting to have certain cells fill in
automatically
based on imported data.
Thanks,
Samantha




All times are GMT +1. The time now is 12:24 PM.

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