ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   **URGENT** - Using If Or And But functions ????????? (https://www.excelbanter.com/excel-discussion-misc-queries/189180-%2A%2Aurgent%2A%2A-using-if-but-functions.html)

NewAccessUser

**URGENT** - Using If Or And But functions ?????????
 
=IF(BE8<$BJ$1,IF(BG8=".", "Yes",(OR(IF(BE8$BJ$1,IF(BG8=".","No", "PIF"))))))

This formula is not working properly
BE = Date Due
BJ = Today
BG = "." (or will contain a date)

Need to have Yes if BE<BJ and BG = "."
Need to have PIF if BE< or BJ and BG = some date
Need to have No if BEBJ and BG = "."

Max

**URGENT** - Using If Or And But functions ?????????
 
Think you could try/test this:
=IF(COUNTA(BE8,BG8,BJ1)<3,"",IF(ISNUMBER(BG8),"PIF ",IF(AND(BE8<BJ1,BG8="."),"Yes","No")))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"NewAccessUser" wrote:
=IF(BE8<$BJ$1,IF(BG8=".", "Yes",(OR(IF(BE8$BJ$1,IF(BG8=".","No", "PIF"))))))

This formula is not working properly
BE = Date Due
BJ = Today
BG = "." (or will contain a date)

Need to have Yes if BE<BJ and BG = "."
Need to have PIF if BE< or BJ and BG = some date
Need to have No if BEBJ and BG = "."


Don

**URGENT** - Using If Or And But functions ?????????
 
try this - you did not say what if BE=BJ, but this may need only minor updates?

=IF(AND(BE8<$BJ$1,BG8="."),"Yes",IF(OR(BE8$BJ$1,B G8="."),"No",IF(BG8<".","PIF")))
you did not say

"NewAccessUser" wrote:

=IF(BE8<$BJ$1,IF(BG8=".", "Yes",(OR(IF(BE8$BJ$1,IF(BG8=".","No", "PIF"))))))

This formula is not working properly
BE = Date Due
BJ = Today
BG = "." (or will contain a date)

Need to have Yes if BE<BJ and BG = "."
Need to have PIF if BE< or BJ and BG = some date
Need to have No if BEBJ and BG = "."



All times are GMT +1. The time now is 04:57 AM.

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