Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default percentage return on charcters not numbers

Have a spreadsheet where the end result is "current" or "expired" and I am
required to place a percentage return on the current return but as they are
not numeric I cant determine exactly how to represent the returns as 1 or 0
to gain a percentage return
Any help please
Kent
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default percentage return on charcters not numbers

If I understand you correctly, you want a number to represent each of
"current" and "expired" and calculate percentages based on those number
placeholders?

Try something like this: =IF(A1="current",1,IF(A1="expired",0,"")) and then
you have your numerical values with which you can run calculations.

Is that what you had in mind?

The formula above assumes that "current" or "expired" is in A1; change to
suit your needs.

Dave
--
Brevity is the soul of wit.


"Kent" wrote:

Have a spreadsheet where the end result is "current" or "expired" and I am
required to place a percentage return on the current return but as they are
not numeric I cant determine exactly how to represent the returns as 1 or 0
to gain a percentage return
Any help please
Kent

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
Is this possible ??? DB Excel Discussion (Misc queries) 12 August 26th 06 12:19 AM
assign numbers a value, then get percentage Lt. R Excel Worksheet Functions 1 April 11th 06 06:02 PM
Increasing numbers in a column by percentage dekare Excel Worksheet Functions 1 December 29th 05 08:45 PM
return largest number of a list of numbers in the same cell Hells Excel Worksheet Functions 2 October 5th 05 01:52 PM
DECREASE ALL NUMBERS IN A COLUMN BY A PERCENTAGE LoriK Excel Worksheet Functions 1 December 30th 04 05:45 PM


All times are GMT +1. The time now is 11:25 AM.

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

About Us

"It's about Microsoft Excel"