Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Anthony
 
Posts: n/a
Default Another Formula question - please

me again !!

I'll get the hang of excel -on day!

anyway heres the question

if the value of 'Invoice Data'!R2 = £0.00 I want n/a shown in cell I26, but
if there is a value other than £0.00 in 'Invoice Data'!R2 , then show that in
cell I26.

Hope that's clear and thanks again

  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

Anthony,

Use a formula like the following;

=IF('Invoice Data'!R2=0,NA(),'Invoice Data'!R2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Anthony" wrote in message
...
me again !!

I'll get the hang of excel -on day!

anyway heres the question

if the value of 'Invoice Data'!R2 = £0.00 I want n/a shown in
cell I26, but
if there is a value other than £0.00 in 'Invoice Data'!R2 ,
then show that in
cell I26.

Hope that's clear and thanks again



  #3   Report Post  
Anthony
 
Posts: n/a
Default

Hi Chip,
thanks for the help I just need to add "" around the n/a and it worked.
Many thanks


"Chip Pearson" wrote:

Anthony,

Use a formula like the following;

=IF('Invoice Data'!R2=0,NA(),'Invoice Data'!R2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Anthony" wrote in message
...
me again !!

I'll get the hang of excel -on day!

anyway heres the question

if the value of 'Invoice Data'!R2 = £0.00 I want n/a shown in
cell I26, but
if there is a value other than £0.00 in 'Invoice Data'!R2 ,
then show that in
cell I26.

Hope that's clear and thanks again




  #4   Report Post  
Bill Kuunders
 
Posts: n/a
Default

Oops
=IF('Invoice Data'!R2=0,"n/a",'Invoice Data'!R2)
too late in the night Chip?
( :))
Bill K
"Chip Pearson" wrote in message
...
Anthony,

Use a formula like the following;

=IF('Invoice Data'!R2=0,NA(),'Invoice Data'!R2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Anthony" wrote in message
...
me again !!

I'll get the hang of excel -on day!

anyway heres the question

if the value of 'Invoice Data'!R2 = £0.00 I want n/a shown in cell I26,
but
if there is a value other than £0.00 in 'Invoice Data'!R2 , then show
that in
cell I26.

Hope that's clear and thanks again





  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

Depends on what you want.

Chip's formula (using na()) will return an error--just like =vlookup() will when
there's no match.

It will look like #N/A, though.

Bill Kuunders wrote:

Oops
=IF('Invoice Data'!R2=0,"n/a",'Invoice Data'!R2)
too late in the night Chip?
( :))
Bill K
"Chip Pearson" wrote in message
...
Anthony,

Use a formula like the following;

=IF('Invoice Data'!R2=0,NA(),'Invoice Data'!R2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Anthony" wrote in message
...
me again !!

I'll get the hang of excel -on day!

anyway heres the question

if the value of 'Invoice Data'!R2 = £0.00 I want n/a shown in cell I26,
but
if there is a value other than £0.00 in 'Invoice Data'!R2 , then show
that in
cell I26.

Hope that's clear and thanks again




--

Dave Peterson


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
Formula question danlinksman Excel Discussion (Misc queries) 6 July 6th 05 03:58 AM
Formula question Jeffrey Excel Discussion (Misc queries) 2 July 1st 05 06:57 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
time formula question... Greg Excel Discussion (Misc queries) 5 February 25th 05 10:11 AM
formula Question danlinksman Excel Discussion (Misc queries) 3 January 25th 05 02:07 PM


All times are GMT +1. The time now is 08:59 PM.

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"