Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ash
 
Posts: n/a
Default 3 step "if" function


This definitely is simple for the gurus. I have in Col K form row 3 to
100 ether "h", "p" or "k" that corresponds to the types of benefits
(choices) of employees. I want in col F to write an IF function that
will read cells in column K Example if h then "34100-01", if k then
"34110-01" and if p then "34100-02". How do I do this? This will help
me to make one posting (by sorting and subtotaling) entry for all that
fall to one of these GL numbers.


--
Ash
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default 3 step "if" function

Hi

=CHOOSE(MATCH($K3,{"h";"k";"p"},0),"34100-01", "34110-01","34100-02")


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )


"Ash" wrote in message
...

This definitely is simple for the gurus. I have in Col K form row 3 to
100 ether "h", "p" or "k" that corresponds to the types of benefits
(choices) of employees. I want in col F to write an IF function that
will read cells in column K Example if h then "34100-01", if k then
"34110-01" and if p then "34100-02". How do I do this? This will help
me to make one posting (by sorting and subtotaling) entry for all that
fall to one of these GL numbers.


--
Ash



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Incorporating Cell color fill in an "if" logical function? George_Sky Excel Worksheet Functions 46 April 4th 23 02:18 PM
numerical integration integreat Excel Discussion (Misc queries) 4 May 12th 06 02:40 AM
How do I use The "if" function Huck Excel Worksheet Functions 1 March 5th 06 09:20 AM
Is it possible to insert a macro command in an "IF" function? SandyLACA Excel Worksheet Functions 4 November 8th 05 10:46 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM


All times are GMT +1. The time now is 08:34 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"