ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   school project ..please help (https://www.excelbanter.com/excel-worksheet-functions/84025-school-project-please-help.html)

sally

school project ..please help
 
hi everyone I want to write a sub that converts all values of two
consecutive columns(C1:D190) from c degree to f degree.I know the
formula but don't know how to apply it to all cells I'm completely
confused .This is part of my school project and I don't know how to do
it. please help ...


Don Guillett

school project ..please help
 
pls post in ONE group. See answers in your other post

--
Don Guillett
SalesAid Software

"sally" wrote in message
oups.com...
hi everyone I want to write a sub that converts all values of two
consecutive columns(C1:D190) from c degree to f degree.I know the
formula but don't know how to apply it to all cells I'm completely
confused .This is part of my school project and I don't know how to do
it. please help ...




Don Guillett

school project ..please help
 
1 Attachment(s)
or
=IF(G3="","",CONVERT(G3,"C","F"))
CONVERT
See Also

Converts a number from one measurement system to another. For example,
CONVERT can translate a table of distances in miles to a table of distances
in kilometers.

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in.

How?

1.. On the Tools menu, click Add-Ins.
2.. In the Add-Ins available list, select the Analysis ToolPak box, and
then click OK.
3.. If necessary, follow the instructions in the setup program.
Syntax

CONVERT(number,from_unit,to_unit)

Number is the value in from_units to convert.

From_unit is the units for number.

To_unit is the units for the result. CONVERT accepts the following text
values (in quotation marks) for from_unit and to_unit.


--
Don Guillett
SalesAid Software

"sally" wrote in message
oups.com...
hi everyone I want to write a sub that converts all values of two
consecutive columns(C1:D190) from c degree to f degree.I know the
formula but don't know how to apply it to all cells I'm completely
confused .This is part of my school project and I don't know how to do
it. please help ...







All times are GMT +1. The time now is 10:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com