ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help needed would this be an IF statement (https://www.excelbanter.com/excel-worksheet-functions/130195-help-needed-would-if-statement.html)

pano

Help needed would this be an IF statement
 
How do I write this formula I have been given the first part but cant
work out the rest myself

=IF(A1<"",8.26,"")

If A1 is blank make b1 blank if A1 is not blank put 8.26 in B1 also if
A1 is not blank but J1 is blank enter blank in B1

thanks Stephen


T. Valko

Help needed would this be an IF statement
 
Try this:

=IF(A1="","",IF(AND(A1<"",J1=""),"",8.26))

Biff

"pano" wrote in message
oups.com...
How do I write this formula I have been given the first part but cant
work out the rest myself

=IF(A1<"",8.26,"")

If A1 is blank make b1 blank if A1 is not blank put 8.26 in B1 also if
A1 is not blank but J1 is blank enter blank in B1

thanks Stephen




pano

Help needed would this be an IF statement
 
On Feb 11, 2:14 pm, "T. Valko" wrote:
Try this:

=IF(A1="","",IF(AND(A1<"",J1=""),"",8.26))

Biff

"pano" wrote in message

oups.com...



How do I write this formula I have been given the first part but cant
work out the rest myself


=IF(A1<"",8.26,"")


If A1 is blank make b1 blank if A1 is not blank put 8.26 in B1 also if
A1 is not blank but J1 is blank enter blank in B1


thanks Stephen- Hide quoted text -


- Show quoted text -


Thanks Biff works perfectly....

Steveo


T. Valko

Help needed would this be an IF statement
 
You're welcome. Thanks for the feedback!

Biff

"pano" wrote in message
ups.com...
On Feb 11, 2:14 pm, "T. Valko" wrote:
Try this:

=IF(A1="","",IF(AND(A1<"",J1=""),"",8.26))

Biff

"pano" wrote in message

oups.com...



How do I write this formula I have been given the first part but cant
work out the rest myself


=IF(A1<"",8.26,"")


If A1 is blank make b1 blank if A1 is not blank put 8.26 in B1 also if
A1 is not blank but J1 is blank enter blank in B1


thanks Stephen- Hide quoted text -


- Show quoted text -


Thanks Biff works perfectly....

Steveo




Dave Peterson

Help needed would this be an IF statement
 
I don't think you need the A1<"" in the =and() portion. You already know that
A1<"" because of the first test.

Maybe just:

=IF(A1="","",IF(J1="","",8.26))



"T. Valko" wrote:

Try this:

=IF(A1="","",IF(AND(A1<"",J1=""),"",8.26))

Biff

"pano" wrote in message
oups.com...
How do I write this formula I have been given the first part but cant
work out the rest myself

=IF(A1<"",8.26,"")

If A1 is blank make b1 blank if A1 is not blank put 8.26 in B1 also if
A1 is not blank but J1 is blank enter blank in B1

thanks Stephen


--

Dave Peterson

T. Valko

Help needed would this be an IF statement
 
Yeah, you're right!

Biff

"Dave Peterson" wrote in message
...
I don't think you need the A1<"" in the =and() portion. You already know
that
A1<"" because of the first test.

Maybe just:

=IF(A1="","",IF(J1="","",8.26))



"T. Valko" wrote:

Try this:

=IF(A1="","",IF(AND(A1<"",J1=""),"",8.26))

Biff

"pano" wrote in message
oups.com...
How do I write this formula I have been given the first part but cant
work out the rest myself

=IF(A1<"",8.26,"")

If A1 is blank make b1 blank if A1 is not blank put 8.26 in B1 also if
A1 is not blank but J1 is blank enter blank in B1

thanks Stephen


--

Dave Peterson





All times are GMT +1. The time now is 06:05 AM.

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