#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Change Cell Content

Excel 2007
I would like to create a formula that changes the content of a cell;
If C10 = House than A36 should read Add $10.00/Sq', if C10 = Net than A36
should read Add $10.50/Sq'
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Change Cell Content

In A36, enter:

=IF(C10="House","Add $10.00/Sq","Add $10.50/Sq")
--
Gary''s Student - gsnu200839


"George" wrote:

Excel 2007
I would like to create a formula that changes the content of a cell;
If C10 = House than A36 should read Add $10.00/Sq', if C10 = Net than A36
should read Add $10.50/Sq'

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default Change Cell Content

Put this in A36...

=IF(C10="House","Add $10.00/Sq'",IF(C10="Net","Add $10.50/Sq'",""))

Note that the above formula leaves A36 "blank" if C10 has something else in
it besides "House" or "Net" (that is what the "" at the end does).

--
Rick (MVP - Excel)


"George" wrote in message
...
Excel 2007
I would like to create a formula that changes the content of a cell;
If C10 = House than A36 should read Add $10.00/Sq', if C10 = Net than A36
should read Add $10.50/Sq'


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
Change format of cell content Dias Excel Discussion (Misc queries) 2 January 22nd 09 06:59 AM
change content of a given cell as different cells are indicated sarah Excel Worksheet Functions 1 May 21st 08 02:41 PM
Don't change cell content in Excel by dragging Santegoeds Excel Worksheet Functions 1 October 26th 06 08:23 PM
how do I change the content of one cell based on another? Barry Excel Discussion (Misc queries) 2 September 3rd 06 10:16 AM
Change the data in one cell based on content of another. Barry Excel Discussion (Misc queries) 2 September 3rd 06 08:26 AM


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