Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
mike
 
Posts: n/a
Default Display definition of a value in cell: 1 = F/T, 2 = P/T, etc

I have a worksheet with imported data. I want to display the verbal
description for the numeric value in a field. Ex: 1 = F/T, 2 = P/T I would
rather see F/T in the field instead of 1. I hope this makes some
sense..............
  #2   Report Post  
Kevin Lehrbass
 
Posts: n/a
Default Display definition of a value in cell: 1 = F/T, 2 = P/T, etc

Hi Mike

If your numbers are in column A, then put this formula in column B:
=IF(A1=1,"F/T",IF(A1=2,"P/T",""))
Did you only have two different entries (F/T & P/T) ??

Cheers,

--
Kevin Lehrbass

www.spreadsheetsolutions4u.com


"mike" wrote:

I have a worksheet with imported data. I want to display the verbal
description for the numeric value in a field. Ex: 1 = F/T, 2 = P/T I would
rather see F/T in the field instead of 1. I hope this makes some
sense..............

  #3   Report Post  
Sloth
 
Posts: n/a
Default Display definition of a value in cell: 1 = F/T, 2 = P/T, etc

you can use a custom format like

[=1]"F/T";[=2]"P/T"

this will display F/T instead of 1, P/T isntead of 2, all other numbers are
displayed normally. The cell value won't change, only the output of the cell.

Or you can do a find and replace to actually replace the 1's with F/T and
2's with P/T. If these aren't what you want please explain differently, and
I will try and help you more.

"mike" wrote:

I have a worksheet with imported data. I want to display the verbal
description for the numeric value in a field. Ex: 1 = F/T, 2 = P/T I would
rather see F/T in the field instead of 1. I hope this makes some
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
Display contents of a specific cell even if a group of cells is mo Larry Heine Excel Worksheet Functions 5 December 4th 08 10:33 PM
Display a row if a cell value is greater than zero vmerrill Excel Worksheet Functions 2 August 6th 05 06:47 PM
How do I display hyperlink in Excel cell? Erich Excel Discussion (Misc queries) 2 May 15th 05 12:19 AM
display the value of a cell adjacent to the cell with max value Ian Excel Worksheet Functions 1 May 12th 05 01:47 AM
How do I set a cell to "Empty" so that it does not display in a ch Ian Charts and Charting in Excel 3 January 7th 05 01:12 AM


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