Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The following value is in A1: 31.65 x 8800
I then reference A1 in cell B1, except I only wish to reference the value 'as far as' the first blank i.e. B1 above would equal 31.65. As A1 can be 1; 2; or 3 digits and 2 decimals, I'm not sure how to do this Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try in B1: =LEFT(A1,SEARCH(" ",A1)-1)+0
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Sean" wrote in message oups.com... The following value is in A1: 31.65 x 8800 I then reference A1 in cell B1, except I only wish to reference the value 'as far as' the first blank i.e. B1 above would equal 31.65. As A1 can be 1; 2; or 3 digits and 2 decimals, I'm not sure how to do this Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thats it Max, thanks
|
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
welcome, Sean
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Sean" wrote Thats it Max, thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert a value in a cell based upon a comparison of cell values in 2 separate worksheets | Excel Discussion (Misc queries) | |||
Insert a value in a cell based upon a comparison of cell values in 2 separate worksheets | Excel Worksheet Functions | |||
Format cell color based on multiple cell values | Excel Discussion (Misc queries) | |||
Replacing Linked Cell Values w/ Current Values | Excel Worksheet Functions | |||
vlookup, multiple values, sum values into one cell?? | Excel Worksheet Functions |