Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I revise this formula to flag colum A with the following: If B3 is
nontext (date) or "Blank" than "Blank" leave "blank" if not blank than enter a "3" and If B4 is "blank, than leave blank if not blank than enter a "1" and if B5 = Blank than leave blank if not blank than enter a 2. If blank row than leave blank. I want to copy this down the whole column. Thank you. =IF(ISNONTEXT(B3)*1,3,IF(B4="",1,IF(B5="",2))) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
Nested IF Function, Date Comparing, and NetworkDays Function | Excel Worksheet Functions |