Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default mutiple if formulas

how do i create a formula in sheet2 with converted data from sheet1 in one
column.
i want formula in sheet2 to say.
if sheet1 column A is "issue" then put "i", if it's "days" put "d", if it's
"frank" put "f"

sheet1
A
1 issue
2 days
3 frank
4 apple

hope that make sense
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default mutiple if formulas

Try this in A1 of Sheet2:

=IF(Sheet1!A1="","",LEFT(Sheet1!A1,1))

Copy down as required.

Hope this helps.

Pete

On Jun 18, 1:39*am, JaneSmith
wrote:
how do i create a formula in sheet2 with converted data from sheet1 in one
column.
i want formula in sheet2 to say.
if sheet1 column A is "issue" then put "i", if it's "days" put "d", if it's
"frank" put "f"

sheet1
* A
1 issue
2 days
3 frank
4 apple

hope that make sense


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
Mutiple COUNTIF or equivalent. [email protected] Excel Worksheet Functions 8 April 4th 08 02:31 PM
Vlookup on mutiple worksheets nickd via OfficeKB.com Excel Discussion (Misc queries) 9 February 20th 08 10:57 PM
Mutiple Excel Windows. Max Excel Discussion (Misc queries) 10 June 26th 06 07:04 AM
can i.. do a COUNT through mutiple worksheets? ninetynine Excel Discussion (Misc queries) 2 January 25th 06 01:59 PM
mutiple regression help happycow Excel Discussion (Misc queries) 1 July 30th 05 04:47 AM


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