#1   Report Post  
Mike Busch
 
Posts: n/a
Default help with formula

I was going to have form submitted to me from a site. The data comes in the
form of headers representing fields and the answers as number. So if it was a
yes or no answer, the Yes is represented by a 1 and the no is a 2. Is there a
formula that would change the number to a word. Thank you in advance.
  #2   Report Post  
 
Posts: n/a
Default

Hi

It depends whether you want to replace your Yes and No with a number, or
have a separate value column.
For the first, you could use Find/Replace.
For the second, in blank column alongside the data you could use something
like this:
=IF(A1="Yes",1,2)

Hope this helps.
Andy.

"Mike Busch" wrote in message
...
I was going to have form submitted to me from a site. The data comes in the
form of headers representing fields and the answers as number. So if it
was a
yes or no answer, the Yes is represented by a 1 and the no is a 2. Is
there a
formula that would change the number to a word. Thank you in advance.



  #3   Report Post  
Gary Schirmer
 
Posts: n/a
Default

Assuming the numerical information you want to decode into YES or NO is in
column A, type the following formula in Column B. (If there is data in
Column B, Insert a column between A and B continue)

=if(A1=1,"Yes","No")

Then copy formula down...

If you want to permanently replace the numbers with YES or NO, you can then
copy column B and Paste Special it to Column A as "Values". This copies in
the results of the formula, rather than the formula itself... (obviously you
can then delete column B.)

"Mike Busch" wrote:

I was going to have form submitted to me from a site. The data comes in the
form of headers representing fields and the answers as number. So if it was a
yes or no answer, the Yes is represented by a 1 and the no is a 2. Is there a
formula that would change the number to a word. Thank you in advance.

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
IF formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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

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"