#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default excel 2007

I need the formulae for

if cell A1 = 2.4 B1 = 3
A2 = 7.6 B2 = 7.6
want formulae for B1,B2 etc, in other word if the value is less than <3, to
= 3, all other values 3 to record as that value

Can you please help?
--
GB
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default excel 2007

Hi Graham

Try
=MAX(3,A1)

--

Regards
Roger Govier

"graham black" wrote in message
...
I need the formulae for

if cell A1 = 2.4 B1 = 3
A2 = 7.6 B2 = 7.6
want formulae for B1,B2 etc, in other word if the value is less than <3,
to
= 3, all other values 3 to record as that value

Can you please help?
--
GB


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 76
Default excel 2007

Hello Graham

In B1 and copied down:

=IF(A1<3,3,A1)

Richard


On 30 Nov, 11:21, graham black
wrote:
I need the formulae for

if cell A1 = 2.4 B1 = 3
A2 = 7.6 B2 = 7.6
want formulae for B1,B2 etc, in other word if the value is less than <3, to
= 3, all other values 3 to record as that value

Can you please help?
--
GB


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default excel 2007

=MAX(A1,3)
--
David Biddulph

"graham black" wrote in message
...
I need the formulae for

if cell A1 = 2.4 B1 = 3
A2 = 7.6 B2 = 7.6
want formulae for B1,B2 etc, in other word if the value is less than <3,
to
= 3, all other values 3 to record as that value

Can you please help?
--
GB



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default excel 2007

For B1:
=MAX(3,A1)
and copy down column B as far as required.

Or, if you want nothing to show in B1 until there is something in A1:
=IF(A1="","",MAX(3,A1))

"graham black" wrote in message
...
I need the formulae for

if cell A1 = 2.4 B1 = 3
A2 = 7.6 B2 = 7.6
want formulae for B1,B2 etc, in other word if the value is less than <3,
to
= 3, all other values 3 to record as that value

Can you please help?
--
GB



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
Pasting a chart from Excel 2007 to Word 2007 trouble Vegas Charts and Charting in Excel 5 September 16th 08 07:37 AM
import excel 2007 in outlook 2007 patrick Excel Discussion (Misc queries) 2 October 9th 07 05:13 AM
How can you "save as" in excel 2007 (and word 2007)? gofordan Excel Discussion (Misc queries) 2 September 6th 07 09:52 PM
Exporting Quickbooks 2007 to Excel 2007 BShennum Excel Worksheet Functions 0 June 22nd 07 07:09 PM
Problems with my links to an excel 2007 file from a word 2007 file sc Links and Linking in Excel 0 February 21st 07 10:12 AM


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