Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(Info!B14<"",Info!B14,IF(Info!B15<"",Info!B15 ,IF(Info!B16<"",Info!B16,"")))I'm
trying to create an if statement, that if a certain cell is blank, it will automatically pull from the next cell down, and so on. The only problem is that I can't figure out, how to prevent it from pulling from the same cell twice. Below is a sample of the formula I'm using. =IF(Info!B14<"",Info!B14,IF(Info!B15<"",Info!B15 ,IF(Info!B16<"",Info!B16,""))) -- Scott |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This for text and change to any number larger than possible for numbers
=INDEX(b:b,MATCH("zzzzz",b:b)) -- Don Guillett Microsoft MVP Excel SalesAid Software "Scott" wrote in message ... =IF(Info!B14<"",Info!B14,IF(Info!B15<"",Info!B15 ,IF(Info!B16<"",Info!B16,"")))I'm trying to create an if statement, that if a certain cell is blank, it will automatically pull from the next cell down, and so on. The only problem is that I can't figure out, how to prevent it from pulling from the same cell twice. Below is a sample of the formula I'm using. =IF(Info!B14<"",Info!B14,IF(Info!B15<"",Info!B15 ,IF(Info!B16<"",Info!B16,""))) -- Scott |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If statements | Excel Worksheet Functions | |||
If statements | Excel Worksheet Functions | |||
IF Statements (Mutliple Statements) | Excel Worksheet Functions | |||
if statements | Excel Worksheet Functions | |||
if statements | Excel Worksheet Functions |