Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Semple
 
Posts: n/a
Default Return value if cell greater then 0

for a column of numbers greater then 0 (zero) divide by .8 and return value
to another column.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default Return value if cell greater then 0

It helps if you state your question clearly.

Assuming your value is in A1, I think you want something like this

=if(A10,A1/.8,something else A1<=0)


"Dave Semple" wrote:

for a column of numbers greater then 0 (zero) divide by .8 and return value
to another column.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default Return value if cell greater then 0

I take it you didn't like my answer in the other newsgroup.

If you mean you want the formula in Column A, Check Column B and have the
answer in Column C:
not possible without programming. Formulas give a result in the cell they
are in, not anywhere else (fortunately!)
If this is not what you mean, please spend a few words explaining what
you're trying to achieve.

--
Kind regards,

Niek Otten

"Dave Semple" wrote in message
...
for a column of numbers greater then 0 (zero) divide by .8 and return
value
to another column.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Semple
 
Posts: n/a
Default Return value if cell greater then 0

No, I just didn't read your answer.......and I thought I should clarify the
question.
ok here' what I need to do.
I have a column of cost dollars (numbers) in B1 and I want to mark them up
18% and show that result in another row ie A1, but some cells in B1 are
blank. Trying to get away from copy - paste, if you know what I mean

"Niek Otten" wrote:

I take it you didn't like my answer in the other newsgroup.

If you mean you want the formula in Column A, Check Column B and have the
answer in Column C:
not possible without programming. Formulas give a result in the cell they
are in, not anywhere else (fortunately!)
If this is not what you mean, please spend a few words explaining what
you're trying to achieve.

--
Kind regards,

Niek Otten

"Dave Semple" wrote in message
...
for a column of numbers greater then 0 (zero) divide by .8 and return
value
to another column.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default Return value if cell greater then 0

In A1:

=IF(B1="","",B1*1.18)

Fill down as far as needed

--
Kind regards,

Niek Otten

"Dave Semple" wrote in message
...
No, I just didn't read your answer.......and I thought I should clarify
the
question.
ok here' what I need to do.
I have a column of cost dollars (numbers) in B1 and I want to mark them up
18% and show that result in another row ie A1, but some cells in B1 are
blank. Trying to get away from copy - paste, if you know what I mean

"Niek Otten" wrote:

I take it you didn't like my answer in the other newsgroup.

If you mean you want the formula in Column A, Check Column B and have the
answer in Column C:
not possible without programming. Formulas give a result in the cell they
are in, not anywhere else (fortunately!)
If this is not what you mean, please spend a few words explaining what
you're trying to achieve.

--
Kind regards,

Niek Otten

"Dave Semple" wrote in message
...
for a column of numbers greater then 0 (zero) divide by .8 and return
value
to another column.








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Semple
 
Posts: n/a
Default Return value if cell greater then 0

Thanks Niek, works perfect. Saves a lot of time.

Thanks again for the help.

Regards

Dave Semple


In A1:

=IF(B1="","",B1*1.18)

Fill down as far as needed

--
Kind regards,

Niek Otten

"Dave Semple" wrote in message
...
No, I just didn't read your answer.......and I thought I should clarify
the
question.
ok here' what I need to do.
I have a column of cost dollars (numbers) in B1 and I want to mark them up
18% and show that result in another row ie A1, but some cells in B1 are
blank. Trying to get away from copy - paste, if you know what I mean

"Niek Otten" wrote:

I take it you didn't like my answer in the other newsgroup.

If you mean you want the formula in Column A, Check Column B and have the
answer in Column C:
not possible without programming. Formulas give a result in the cell they
are in, not anywhere else (fortunately!)
If this is not what you mean, please spend a few words explaining what
you're trying to achieve.

--
Kind regards,

Niek Otten

"Dave Semple" wrote in message
...
for a column of numbers greater then 0 (zero) divide by .8 and return
value
to another column.






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
Return of blank cell if lookup fails TimM Excel Worksheet Functions 4 November 23rd 05 04:40 PM
How Do You Hide a #DIVO! Return in a cell rpalmer4 Excel Worksheet Functions 2 November 19th 05 06:02 PM
Return entry in column above/below cell TheRobsterUK Excel Worksheet Functions 2 November 17th 05 03:34 PM
I want the greater number of 2 cells to show in a separate cell cfiser Excel Discussion (Misc queries) 2 November 16th 05 10:32 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


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