Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default putting a number that is greater or lesser into different cell .

I need a way to be able to take a number say 30 as a base so that any number
30 or less is put in a cell but if it is larger than 30 then 30 is put into
that cell and everything over is put into another cell
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default putting a number that is greater or lesser into different cell .

Try this:

A1 = some number

B1: =(A1<"")*MIN(A1,30)

C1: =MAX(0,A1-30)

Biff

"James Krepel" <James wrote in message
...
I need a way to be able to take a number say 30 as a base so that any
number
30 or less is put in a cell but if it is larger than 30 then 30 is put
into
that cell and everything over is put into another cell



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
Add number into one cell to remove from another cell. Jeff Excel Discussion (Misc queries) 0 September 22nd 06 06:24 PM
Name & Number in one cell. wally Excel Worksheet Functions 9 September 7th 06 02:39 AM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
I want the greater number of 2 cells to show in a separate cell Ron Coderre Excel Discussion (Misc queries) 1 November 16th 05 09:22 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM


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