#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Excel

Thanks you gave me a starting point. I did not explain my problem well. I
have a list of choices and I want it to put a different letter in another
cell if an "x" is placed in a certain box. I tried this but it does not work
for my situation

=IF(A14="x","A") =IF(A15="x","T")
--
Mike


"Mike" wrote:

I am trying to create an automatic checklist so if I put an "x" in a cell a
letter is placed in another cell in the same worksheet?

--
Mike

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Excel

Vergel

THAT IT!!! GREAT THANKS
--
Mike


"Vergel Adriano" wrote:

So, maybe like this:

=IF(A14="x","A", "") & IF(A15="x","T", "")

it will give you "A" if A14="x", "T" if A15="x" and "AT" if both A14 and A15
have "x".



--
Hope that helps.

Vergel Adriano


"Mike" wrote:

John,
This only gives me a "T" if I put an "X" in both A14 and A15. I
need each choice to place a different letter. Thanks

--
Mike


"John" wrote:

do you mean =IF(A14="x",IF(A15="x","t","a"),"")
--
John
MOS Master Instructor Office 2000, 2002 & 2003
Please reply & rate any replies you get

Ice Hockey rules (especially the Wightlink Raiders)


"Mike" wrote:

Thanks you gave me a starting point. I did not explain my problem well. I
have a list of choices and I want it to put a different letter in another
cell if an "x" is placed in a certain box. I tried this but it does not work
for my situation

=IF(A14="x","A") =IF(A15="x","T")
--
Mike


"Mike" wrote:

I am trying to create an automatic checklist so if I put an "x" in a cell a
letter is placed in another cell in the same worksheet?

--
Mike

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"