View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default How can I apply a formula to all cells even those with < signs

Help for the IF, LEFT, RIGHT, and LEN functions are available in Excel help,
and the & symbol is used as a CONCATENATE operator, which you can again find
under Excel help.
All the formula does is divide the numerical part by a million to convert
from parts per billion to parts per million, and it leaves the < sign at the
beginning if it was there in the input data. Does it work with your data?
--
David Biddulph

"Debbi" wrote in message
...
Thank you, unfortunately I do not understand the below. Could you explain
it
for me? Thank you so much for your help.

Debbi

"David Biddulph" wrote:

=IF(LEFT(A1)="<","<"&RIGHT(A1,LEN(A1)-1)/1000000,A1/1000000)
--
David Biddulph

"Debbi" wrote in message
...
I have a huge worksheet (about 741 lines) and almost all figures in the
cells
need to be changed from parts per billion to parts per million. Is
there
an
easy way to change this? Some cells have < signs in them. I would
really
appreciate help with the formula and applying to all. This is my first
week
at a new job and I'd really like to figure this out. Thanks so much.